Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5649   15 years rgrieder Fixed msvc build: I had to link the plugins as SHARED instead of …
(edit) @5648   15 years landauf sorry, large commit, but all changes are dependent: - Created a new …
(edit) @5647   15 years landauf protected the plugin loader from single-plugin-exceptions (for example …
(edit) @5646   15 years rgrieder It seems that TortoiseSVN made a terrible mess of the media folder. I …
(edit) @5645   15 years rgrieder Renamed media to data to restore consistency with game/data/trunk …
(edit) @5644   15 years rgrieder Added new XML style resource declaration files (just stubs, not even …
(edit) @5643   15 years landauf Gamestates → GameStates (due to public request)
(edit) @5642   15 years landauf small fix for newer versions of gcc
(edit) @5641   15 years rgrieder Prepared build system for an external media directory. This revision …
(edit) @5640   15 years landauf Added a new utility "ScopedSingleton". A ScopedSingleton has a scope …
(edit) @5639   15 years rgrieder Just so we'll sure never have macro problems regarding include guards.
(edit) @5638   15 years landauf Put all gamestates into a new plugin (gamestates)
(edit) @5637   15 years landauf Applied retos patch for Game.cc and Game.h (thanks) +2 small changes …
(edit) @5636   15 years rgrieder Fixed plugins for msvc (sry fabian, forgot to tell you about this issue).
(edit) @5635   15 years landauf found more missing eolstyle:native properties
(edit) @5634   15 years landauf Added ToolsPrereqs.h and _ToolsExport
(edit) @5633   15 years landauf Put all tools into a new library called tools (phear my naming …
(edit) @5632   15 years landauf updated OrxonoxPrereqs.h
(edit) @5631   15 years landauf added some eolstyle:native properties
(edit) @5630   15 years landauf added OverlaysPrereqs.h added _OverlaysExport macro
(edit) @5629   15 years landauf searched quickly for missing _OrxonoxExport macros, but didn't find …
(edit) @5628   15 years landauf small bugfix (thx reto)
(edit) @5627   15 years landauf Put all specialized overlays into a new library (overlays) which is …
(edit) @5626   15 years landauf Added a dynamic library loader (more or less a copy of …
(edit) @5625   15 years rgrieder Added plugin path that gets configured in BuildConfig.cmake and …
(edit) @5624   15 years rgrieder Added two classes to allow resource declaration via XML.
(edit) @5623   15 years rgrieder Fixed msvc debugger.
(edit) @5622   15 years landauf
(edit) @5621   15 years landauf Moved the Map from overlays to orxonox although it IS an …
(edit) @5619   15 years landauf Moved Notification and NotificationManger from overlays to the quest …
(edit) @5618   15 years landauf moved InGameConsole from overlays to orxonox (it's not an OrxonoxOverlay)
(edit) @5617   15 years landauf Reduced dependencies between orxonox and overlays: GUIOverlays send …
(edit) @5616   15 years rgrieder Removed header files from orxonox-main target.
(edit) @5615   15 years rgrieder Added some forgotten documentation.
(edit) @5614   15 years rgrieder Creating Ogre::Root in non graphics mode as well. This allows to …
(edit) @5613   15 years landauf replaced the old orxonox executable with an orxonox library. linked …
(edit) @5612   15 years landauf created a branch to test some stuff related to libraries
(edit) @5611   15 years rgrieder Stupid TSVN bug: All items in a commit list are always checked by …
(edit) @5610   15 years rgrieder Improved CMake performance for runs after the first one. There are …
(edit) @5597   15 years rgrieder Added the data repository for time of the resource2 branch.
(edit) @5594   15 years rgrieder Replaced text based media files with the ones keeping the svn history …
(edit) @3374   15 years rgrieder Added most of the text based files of the media directory (the file I …
(edit) @3373   15 years rgrieder Created new resource branch to actually work on resource management.
(edit) @3367   15 years rgrieder Build fixes
(edit) @3366   15 years rgrieder Derived all singletons implemented in a usual manner from …
(edit) @3365   15 years rgrieder Build fix for msvc8.
(edit) @3364   15 years rgrieder Added Singleton class template. It doesn't spare much of the typing …
(edit) @3363   15 years rgrieder Exception-safety for the Game and Core c'tors as well as …
(edit) @3362   15 years rgrieder Moved ScopeGuard c'tors from protected to public section in order to …
(edit) @3361   15 years rgrieder Two little build fixes.
(edit) @3360   15 years landauf - bugfix in TclBind: Tcl_Init was only called if the constructor of …
(edit) @3359   15 years rgrieder - Stupid MSVC extension: map::erase delivers an iterator but it …
(edit) @3358   15 years rgrieder Moved startup argument parsing (console, dedicated, server, client and …
(edit) @3357   15 years rgrieder Moved some GameState code from activate/deactivate to the c'tor and …
(edit) @3356   15 years rgrieder GameStates requiring graphics (Level is not one of them because it …
(edit) @3355   15 years rgrieder Loading and unloading graphics automatically: As soon as a GameState …
(edit) @3354   15 years landauf fixed a scoping problem with the tcl console-command (due to a nested …
(edit) @3353   15 years landauf fixed some possible namespace issues
(edit) @3352   15 years rgrieder Exported larger parts of the main into separate functions to have a …
(edit) @3350   15 years landauf small changes relating to tcl
(edit) @3349   15 years rgrieder Moved InputManager, GUIManager and GraphicsManager handling from …
(edit) @3348   15 years rgrieder Fixing a problem for the installed version on windows: Media path is …
(edit) @3347   15 years rgrieder Update to dependencies v3.0 for MinGW and MSVC Please update your package!
(edit) @3346   15 years rgrieder Moved GraphicsManager and GUIManager to the core. Almost no actual …
(edit) @3345   15 years rgrieder Fixed installation: The Tcl script library should now be found in the …
(edit) @3344   15 years landauf tcl uses it's native library, orxonox adds new features later (defined …
(edit) @3343   15 years rgrieder Expanded Core class by loadGraphics and unloadGraphics which don't do …
(edit) @3342   15 years rgrieder Small stuff I found when browsing around.
(edit) @3340   15 years rgrieder Generalised use of tolua interfaces a bit: GSRoot now adds the …
(edit) @3339   15 years rgrieder Moved GUIManager::getLevelList to LevelManager because the GUIManager …
(edit) @3338   15 years rgrieder Improved exception-safety in the GUIManager.
(edit) @3337   15 years rgrieder Removed GUIOverlay management from GUIManager: It shouldn't be the …
(edit) @3336   15 years rgrieder Moved Config value detailLevelParticle from GraphicsManager to …
(edit) @3328   15 years rgrieder Created branch to work on resource management (first) and then on the …
(edit) @3319   15 years rgrieder Well, well, well, and I thought I had slept enough.
(edit) @3317   15 years rgrieder Finally cFinally made the v0.0.3 tag (again).
(edit) @3311   15 years rgrieder You can't watch out for unwanted changes every time… Reverting some …
(edit) @3310   15 years rgrieder Optimisations in the pathway of the input. Nobody will ever notice the …
(edit) @3306   15 years rgrieder Keybindings should now map to the correct joy stick by device name …
(edit) @3303   15 years scheusso reverted some changes, which made the network multithreaded, in order …
(edit) @3302   15 years scheusso changed some debug output removed some uneccessary "multi"threading …
(edit) @3299   15 years rgrieder Sometimes I honestly ask myself why such things could run on Linux, …
(edit) @3298   15 years scheusso removed some (hopefully) unnecessary mutex calls
(edit) @3295   15 years landauf fixed a bug causing console commands to be case sensitive if called …
(edit) @3294   15 years rgrieder Bugfix: windowResized() was not called upon render window creation. …
(edit) @3293   15 years rgrieder Linux and GCC build fixes.
(edit) @3292   15 years rgrieder Added documentation for the InputState.
(edit) @3291   15 years rgrieder Added window size as static variable to the WindowEventListener …
(edit) @3290   15 years rgrieder Moved WindowEventListener to the core to avoid some really ugly hacks …
(edit) @3289   15 years scheusso a fix in Clock (more ogre-overflow safe now) moved framerate control …
(edit) @3288   15 years rgrieder Finally found a satisfying way to deal with interfaces that deliver …
(edit) @3286   15 years rgrieder Added and adjusted documentation for the devices. Also removed one …
(edit) @3285   15 years rgrieder Shoved some code around to reduce contents of 'global' InputPrereqs.h
(edit) @3284   15 years rgrieder Move resource allocation to the corresponding thread and made compiler …
(edit) @3283   15 years rgrieder Fixed a bug that caused the game to crash at random locations when …
(edit) @3281   15 years rgrieder Adjusted InputManager documentation.
(edit) @3279   15 years rgrieder Heavy clean up in the InputManager; not many real code changes though. …
(edit) @3278   15 years rgrieder Bugfix: When requesting a game that that wasn't child or parent but …
(edit) @3277   15 years scheusso fixed a 64bit issue and inserted some static asserts to prevent …
(edit) @3276   15 years rgrieder Moved grab/ungrab mouse hack for Linux from InputManager to Mouse.
Note: See TracRevisionLog for help on using the revision log.