Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/usability

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8078   15 years dafrick Reverting changes made in revision 8035, that based the menu …
(edit) @8077   15 years dafrick Improving documentation of ScreenshotManager.
(edit) @8076   15 years dafrick Adding screenshot to KeybindMenu and making "size" of screenhsot …
(edit) @8041   15 years dafrick Small detaiil…
(edit) @8040   15 years dafrick Developer's mode. Is a ConfigValue, by default on except in release …
(edit) @8039   15 years dafrick Adding warning for levels with same names.
(edit) @8038   15 years dafrick Just because they can have the same name, doesn't mean they have to.
(edit) @8037   15 years dafrick Making LevelInfoCompare a strictly weak ordering (compared to just a …
(edit) @8036   15 years landauf moved keycode translator from InputBuffer to Keyboard, now it works …
(edit) @8035   15 years dafrick Replacing hard coded keys for the menu navigation with keys specified …
(edit) @8034   15 years landauf renamed enableModelLoD config value as enableMeshLoD (also renamed it …
(edit) @8033   15 years dafrick Adding toggleGUI functionality, not yet used, though. Toggling of …
(edit) @8032   15 years landauf - removed console command shortcuts for InGameConsole openConsole and …
(edit) @8031   15 years landauf added workaround for systems (linux?) where there's no color depth …
(edit) @8030   15 years landauf - TclBind: consistent definitions of query and execute binds - …
(edit) @8029   15 years dafrick Introducing delayed starting of mainMenu if the loading of a level has …
(edit) @8028   15 years landauf numpad enter now also works for keyboard menu navigation
(edit) @8027   15 years landauf added translator map to InputBuffer for numpad keys - now they can …
(edit) @8026   15 years landauf don't show the ogre config dialog again if the new resolution was …
(edit) @8025   15 years rgrieder Fixed some includes.
(edit) @8024   15 years landauf store the selected resolution to display it correctly again after …
(edit) @8023   15 years landauf update exclusive mouse mode and cursor visibility when changing …
(edit) @8022   15 years landauf added RealTimer, a subclass of Timer which is not affected by the …
(edit) @8021   15 years landauf if the resolution is changed in the graphics menu, a decision popup …
(edit) @8020   15 years landauf delayed commands now return a handle which allows to kill them selectively
(edit) @8019   15 years landauf two changes in graphics menu: - fsaa and vsync are only updated if …
(edit) @8018   15 years landauf added new graphics menu
(edit) @8013   15 years rgrieder Fixed bug occurred during bugfix (new bug is worse) by reverse merging …
(edit) @8008   15 years rgrieder InputManager should reload devices when the render device changes …
(edit) @8006   15 years rgrieder Reverted last commit (forgot to tick "Switch working copy to new …
(edit) @8005   15 years rgrieder Merged sound5 into sound6 branch.
(edit) @8003   15 years rgrieder Fixed ORXONOX_MODULES variable (you don't see it anymore in the CMake …
(edit) @8002   15 years rgrieder Fixed typo resulting in a crash ;(
(edit) @8001   15 years rgrieder Fixed tiny memory leak.
(edit) @8000   15 years rgrieder Destructors can sometimes be very useful for clean up ;)
(edit) @7999   15 years rgrieder Fixing leaks: - Loading a level and then unloading it doesn't destroy …
(edit) @7998   15 years rgrieder Clean up LevelInfoItem at the end of the program.
(edit) @7997   15 years rgrieder Added warning for the case two Levels had the same identification …
(edit) @7996   15 years rgrieder And I though I specifically paid attention to rounding problems. Brain …
(edit) @7995   15 years rgrieder Changed call to frame rendering in GraphicsManager so that Ogre always …
(edit) @7994   15 years rgrieder Fixed msvc warnings and a typo.
(edit) @7993   15 years landauf moved fpsLimit_ config value to GraphicsSettings (seems more …
(edit) @7992   15 years landauf isFullScreen() can be called on the render window, no need to parse …
(edit) @7991   15 years rgrieder Merged revisions 7975-7977 from kicklib to usability in order to fix …
(edit) @7990   15 years rgrieder Merged revisions 7952-7955 from trunk to usability in order to fix the …
(edit) @7989   15 years landauf added console command to change screen resolution and fullscreen mode …
(edit) @7988   15 years landauf - FOV and pixel aspect ratio are now configurable - aspect ratio and …
(edit) @7987   15 years dafrick Hopefully fixing two bugs.
(edit) @7986   15 years landauf - deactivate motion blur shader when blur-strength is 0 - made motion …
(edit) @7985   15 years rgrieder Fixed keyESC hack: after opening and closing the console, the first …
(edit) @7978   15 years rgrieder Increased code readability by replacing some BLANKSTRING with plain old "".
(edit) @7976   15 years landauf rewrote parameter changing implementation of Shader added documentation
(edit) @7972   15 years landauf slight rework of the Shader class: - correctly loads and initializes …
(edit) @7970   15 years dafrick Fixing stupid bug in QuestManager, its really strange that it worked …
(edit) @7966   15 years landauf some changes related to camera switching: - added …
(edit) @7963   15 years rgrieder Added "replaceLuaTags" function to the Loader. That allows to load …
(edit) @7962   15 years rgrieder Added some meaningless quotation marks. Does not make a difference at …
(edit) @7939   15 years rgrieder Lua header not required in GUIManager.
(edit) @7938   15 years rgrieder Fixed mingw 3 build and removed a warning due to non-virtual destructors.
(edit) @7936   15 years landauf trying to fix a crash
(edit) @7935   15 years landauf - opening the ingame menu pauses the game, closing the ingame menu …
(edit) @7930   15 years landauf - fixed crash when calling toggleGodMode command without controllable …
(edit) @7929   15 years landauf forgot to call RegisterObject() for AmbientSound - music now again …
(edit) @7928   15 years landauf more improvements for keyboard control of menus: - added …
(edit) @7927   15 years landauf renamed afterHide()/onAfterHide() as quit()/onQuit() as this seems to …
(edit) @7926   15 years landauf greatly improved keyboard controlled navigation in menus with sparse …
(edit) @7925   15 years landauf if a menu sheet was opened with the keyboard, preselect the first button
(edit) @7924   15 years landauf - the "back" button of MultiplayerMenu and SettingsMenu now fills the …
(edit) @7922   15 years landauf implemented new keyboard control of menu buttons with these new …
(edit) @7916   15 years landauf replaced tabs with spaces in files where they were used mixed
(copy) @7915   15 years landauf creating usability branch to work on features which are more than just …
copied from code/trunk:
(edit) @7914   15 years landauf since the mac_osx branch doesn't seem to get merged anytime soon, I …
Note: See TracRevisionLog for help on using the revision log.