Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7284   14 years landauf merged consolecommands3 branch back to trunk. note: the console …
(edit) @7283   14 years landauf ConfigFileManager added backslashes to strings with special chars when …
(edit) @7282   14 years landauf ConsoleCommand::getCommand should return a const pointer
(edit) @7281   14 years landauf neither does TclThreadManager
(edit) @7280   14 years landauf IRC class doesn't have to inherit from OrxonoxClass anymore (console …
(edit) @7279   14 years landauf looks like the syntax of some IRC callbacks changed… fixed.
(edit) @7278   14 years landauf build fix for gcc
(edit) @7277   14 years landauf added new console command "alias" that can bind commands (including …
(edit) @7276   14 years landauf until now we could group words and values in console commands and XML …
(edit) @7275   14 years rgrieder Command line parser should not care about any parentheses at all.
(edit) @7274   14 years rgrieder MSVC build fix.
(edit) @7273   14 years landauf "KeyDetectorKeyPressed" is now a hidden command and "keybind" and …
(edit) @7272   14 years landauf using object stack and function stack together works now
(edit) @7271   14 years rgrieder There is no such word as "casted". Also inserted 4 static_casts and …
(edit) @7270   14 years landauf pushFunction() (which explicitly adds a new level to the console …
(edit) @7269   14 years landauf ok ok… ;)
(edit) @7268   14 years rgrieder operator=() should not return constant references.
(edit) @7267   14 years landauf use a base-functor instead of a base-executor in ConsoleCommand …
(edit) @7266   14 years rgrieder Moved Loki library files to separate loki folder in externals. Also …
(edit) @7265   14 years landauf added a missing TypeTrait in MultiType which caused problems on some …
(edit) @7264   14 years landauf Added new utility SmallObjectAllocator. Merged counter and destroyer …
(edit) @7263   14 years rgrieder Changed *.tga to *.png in code too.
(edit) @7262   14 years rgrieder Creating separate branch for tga—>png conversion.
(edit) @7261   14 years rgrieder Deleted obsolete and old branch.
(edit) @7248   14 years rgrieder Added more specific version requirements for the libraries.
(edit) @7247   14 years rgrieder Cosmetic changes in CompilerConfigMSVC.cmake.
(edit) @7244   14 years landauf POCO is currently not required with MinGW
(edit) @7243   14 years landauf re-applied r7074 to trunk (it was accidentally applied to fps branch …
(edit) @7242   14 years landauf small changes regarding the return type of createFunctor() to compile …
(edit) @7241   14 years rgrieder This is a little prettier.
(edit) @7240   14 years rgrieder C++ forbids non constant sized stack arrays. Please check whether this …
(edit) @7239   14 years rgrieder Macro expansion is not clearly defined in the C++ standard …
(edit) @7238   14 years landauf added a function to compute the Levenshtein distance between two …
(edit) @7237   14 years rgrieder Added more boost versions.
(edit) @7236   14 years landauf replaced the temporary names of all ConsoleCommand related classes and …
(edit) @7235   14 years landauf - fixed error if a command doesn't exist not being shown while using …
(edit) @7234   14 years landauf the unhide command now also supports auto-completion for the hidden …
(edit) @7233   14 years landauf - console commands "setMMSoundPath" and "printObjects" are now hidden. …
(edit) @7232   14 years landauf hide commands and command groups from auto-completion if they are …
(edit) @7231   14 years landauf removed debug output
(edit) @7230   14 years landauf re-implemented parameter evaluation in CommandEvaluation and …
(edit) @7229   14 years landauf implemented command cache in CommandExecutor
(edit) @7228   14 years landauf re-implemented CommandExecutor and CommandEvaluation. parameter …
(edit) @7227   14 years rgrieder Removed merged and empty outdated branches.
(edit) @7226   14 years rgrieder Visual Studio 2005 doesn't cope too well with windows includes when it …
(edit) @7225   14 years rgrieder Extended search paths for dependencies. You should now be able to host …
(edit) @7224   14 years rgrieder Adjusted CMake code to accept the new v5 dependencies that requires …
(edit) @7222   14 years landauf added access level checking
(edit) @7221   14 years landauf adapted CommandExecutor and CommandEvaluation to make it compile …
(edit) @7220   14 years landauf found another old console command
(edit) @7219   14 years landauf adapted all console commands to the new interface
(edit) @7218   14 years landauf some improvements/fixes in ConsoleCommand
(edit) @7216   14 years landauf removed old console command implementation (doesn't compile)
(edit) @7215   14 years landauf new console command interface now supports all functions of the old …
(edit) @7214   14 years landauf progress on the new console command interface. enhanced possibilities …
(edit) @7213   14 years landauf small changes in Functor, removed specialization for FunctorStatic …
(edit) @7212   14 years landauf re-implemented Functor - without macros!
(edit) @7211   14 years landauf fixed Lua script after the recent changes in CommandExecutor
(edit) @7210   14 years dafrick Created new NotificationDispatcher. It just displays, upon being …
(edit) @7209   14 years dafrick Fixed little "bug", will have to be reviewed, when the pickup module …
(edit) @7208   14 years dafrick Removed Timer from Pickup, as this is no his core functionality.
(edit) @7207   14 years landauf moved ScopedSingletonManager to util
(edit) @7206   14 years dafrick Cleaning up and documenting PickupManager. Also discovered and fixed a …
(edit) @7205   14 years landauf moved SharedPtr to util
(edit) @7204   14 years landauf adjusted includes in all other files
(edit) @7203   14 years landauf adjusted includes in core/command/*
(edit) @7202   14 years landauf moved all files related to the command execution chain to core/command …
(edit) @7201   14 years landauf some cleanup in SharedPtr and its relatives
(edit) @7200   14 years landauf createExecutor() now returns a SharedPtr instead of a pointer. Adapted …
(edit) @7199   14 years landauf LuaFunctor better doesn't inherit from Functor since it's used …
(edit) @7198   14 years landauf createFunctor() now returns a SharedPtr instead of a pointer. Adapted …
(edit) @7197   14 years landauf Changed the implementation of SharedPtr again. I decided to represent …
(edit) @7196   14 years landauf Changed implementation of SharedPtr, it's now non-intrusive and uses …
(edit) @7195   14 years scheusso creating new network branch for further testing
(edit) @7194   14 years scheusso removing some branches we don't need anymore
(edit) @7193   14 years dafrick Added NotificationDispatcher, class that can, upon being triggered, …
(edit) @7192   14 years landauf Added a small SharedPtr template for use in Functor and Executor. It's …
(edit) @7191   14 years landauf don't add repetitive or empty commands to the command history
(edit) @7190   14 years landauf removed unnecessary return values from console commands "log", …
(edit) @7189   14 years landauf changed passing of the returnvalue in the command execution pipeline: …
(edit) @7188   14 years landauf reduced amount of member variables in Functor by moving these rarely …
(edit) @7187   14 years landauf added new function to MultiType to check whether or not it contains a …
(edit) @7186   14 years landauf Moved ability to possess descriptions from Executor to ConsoleCommand, …
(edit) @7185   14 years landauf continued working on the new console command interface and implementation
(edit) @7184   14 years rgrieder Replaced mathematical constants with a common definition in Math.h. …
(edit) @7183   14 years rgrieder Removed a load of warnings for VS 2005 and possibly VS 2008.
(edit) @7182   14 years rgrieder Build fixes for Visual Studio 2005.
(edit) @7181   14 years landauf Great, looks like I created some circular dependencies between …
(edit) @7180   14 years landauf adjusted Functor to work with the changes introduced in r7177
(edit) @7179   14 years landauf merged consolecommands2 to consolecommands3
(edit) @7178   14 years landauf next annual update of the consolecommands branch
(edit) @7177   14 years landauf fixed a potential problem introduced in r7158 - calling an executor on …
(edit) @7176   14 years landauf removed some (commented) code from BigExplosion. looks like an attempt …
(edit) @7175   14 years rgrieder Fixed a problem with Ogre 1.7 and our exception handling mechanism. …
(edit) @7174   14 years rgrieder Only catch exceptions you actually expect. And rethrow unknown …
(edit) @7173   14 years rgrieder Enabled parallel build of compilations and normal source files for …
(edit) @7172   14 years landauf removed network as dependency of tools. these libraries can build in …
(edit) @7171   14 years landauf removed a strange line that changed the game speed with a console …
(edit) @7170   14 years rgrieder Doxygen should work again (and tardis as well).
(edit) @7169   14 years landauf fixed an issue with boost 1.44.0
Note: See TracRevisionLog for help on using the revision log.