16
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix optional zlib linkage, required by freetype More... about 4 years ago
fix recently broken Ogre's BaseManager on windows (setup Ogre resources before MyGUI::OgrePlatform to load shaders from resources) More... about 4 years ago
implement custom shaders for the OpenGL3 platform More... about 4 years ago
make PropertyFontSourceControl files names case sensitive, cleanup (to C++11) related code More... about 4 years ago
cleanup linked libraries, remove not needed More... about 4 years ago
fix EditBox::getFontHeight always returning 0 More... about 4 years ago
commented code cleanup More... about 4 years ago
uncomment valid assert More... about 4 years ago
format plaforms code (almost only whitespace changes) More... about 4 years ago
Merge pull request #177 from psi29a/patch-1 More... about 4 years ago
Typo More... about 4 years ago
use glew.h instead of gl.h, because gl.h require windows.h More... about 4 years ago
Merge pull request #168 from h3xx/fix-install-dirs More... about 4 years ago
suppress all d3dx11.h warnings More... about 4 years ago
revert incorrect glew.h -> gl.h replacement More... about 4 years ago
fix Ogre's plugins.cfg install More... about 4 years ago
Merge pull request #176 from anthark/master More... about 4 years ago
Fix widget index calculation in MyGUI::ListBox::getWidgetByIndex() More... about 4 years ago
make function-like macroses require semicolon at the end of line More... about 4 years ago
remove no longer needed and no longer used OIS, Win32 and Win32+OIS input systems only SDL2 can be used now More... about 4 years ago
add new SdlBaseManager, that is used for all platforms base code instead of multiple BaseManager-s with duplicate code platform specific base manager now have only unique code cleanup and unify platforms related CMake code More... about 4 years ago
replace <SDL.h> -> <SDL2/SDL.h> More... about 4 years ago
cleanup some glew includes and glew related warnings in CMake More... about 4 years ago
disable Ogre platform, because there is no easy way to install Ogre 1.11+ More... about 4 years ago
add warnings about not implemented ITexture::saveToFile More... about 4 years ago
add new eventWidgetDestroyed More... about 4 years ago
faster OgreTexture::loadFromFile (look for resource one less time) More... about 4 years ago
faster OgreRenderManager::getTexture for empty name More... about 4 years ago
make it possible to build OgrePlatform with DOGRE_RESOURCEMANAGER_STRICT=1 mode (always specify resource group) fix few deprecated functions usage More... about 4 years ago
fix UnitTest_TreeControl build More... about 4 years ago