Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   15 years landauf some cleanup in SharedPtr and its relatives
(edit) @7200   15 years landauf createExecutor() now returns a SharedPtr instead of a pointer. Adapted …
(edit) @7199   15 years landauf LuaFunctor better doesn't inherit from Functor since it's used …
(edit) @7198   15 years landauf createFunctor() now returns a SharedPtr instead of a pointer. Adapted …
(edit) @7197   15 years landauf Changed the implementation of SharedPtr again. I decided to represent …
(edit) @7196   15 years landauf Changed implementation of SharedPtr, it's now non-intrusive and uses …
(edit) @7195   15 years scheusso creating new network branch for further testing
(edit) @7194   15 years scheusso removing some branches we don't need anymore
(edit) @7193   15 years dafrick Added NotificationDispatcher, class that can, upon being triggered, …
(edit) @7192   15 years landauf Added a small SharedPtr template for use in Functor and Executor. It's …
(edit) @7191   15 years landauf don't add repetitive or empty commands to the command history
(edit) @7190   15 years landauf removed unnecessary return values from console commands "log", …
(edit) @7189   15 years landauf changed passing of the returnvalue in the command execution pipeline: …
(edit) @7188   15 years landauf reduced amount of member variables in Functor by moving these rarely …
(edit) @7187   15 years landauf added new function to MultiType to check whether or not it contains a …
(edit) @7186   15 years landauf Moved ability to possess descriptions from Executor to ConsoleCommand, …
(edit) @7185   15 years landauf continued working on the new console command interface and implementation
(edit) @7184   15 years rgrieder Replaced mathematical constants with a common definition in Math.h. …
(edit) @7183   15 years rgrieder Removed a load of warnings for VS 2005 and possibly VS 2008.
(edit) @7182   15 years rgrieder Build fixes for Visual Studio 2005.
(edit) @7181   15 years landauf Great, looks like I created some circular dependencies between …
(edit) @7180   15 years landauf adjusted Functor to work with the changes introduced in r7177
(edit) @7179   15 years landauf merged consolecommands2 to consolecommands3
(edit) @7178   15 years landauf next annual update of the consolecommands branch
(edit) @7177   15 years landauf fixed a potential problem introduced in r7158 - calling an executor on …
(edit) @7176   15 years landauf removed some (commented) code from BigExplosion. looks like an attempt …
(edit) @7175   15 years rgrieder Fixed a problem with Ogre 1.7 and our exception handling mechanism. …
(edit) @7174   15 years rgrieder Only catch exceptions you actually expect. And rethrow unknown …
(edit) @7173   15 years rgrieder Enabled parallel build of compilations and normal source files for …
(edit) @7172   15 years landauf removed network as dependency of tools. these libraries can build in …
(edit) @7171   15 years landauf removed a strange line that changed the game speed with a console …
(edit) @7170   15 years rgrieder Doxygen should work again (and tardis as well).
(edit) @7169   15 years landauf fixed an issue with boost 1.44.0
(edit) @7168   15 years landauf sent some tabs to hell
(edit) @7167   15 years landauf using SetConfigValueExternal also for two old config values
(edit) @7166   15 years landauf added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
(edit) @7165   15 years landauf for some reason MinGW with gcc 4.5 needs some additional _UtilExport …
(edit) @7164   15 years dafrick Moving notifications to own module.
(edit) @7163   15 years dafrick Merged presentation3 branch into trunk.
(edit) @7162   15 years dafrick Significant structural changes to the pickup module. Lots of bugs …
(edit) @7161   15 years scheusso some new features: -Orxonox servers announce themselves now inside a …
(edit) @7160   15 years rgrieder Moved the port() function of XMLPortObjectContainer from the template …
(edit) @7159   15 years scheusso fixed a bug in gamestate diffing which slowed down the diff process
(edit) @7158   15 years rgrieder Reduced a dependency and removed macros in Executor.
(edit) @7157   15 years rgrieder Using our own conversion functions.
(edit) @7156   15 years rgrieder Removed an MSVC warning and added a missing include.
(edit) @7155   15 years rgrieder Reduced a dependency in util.
(edit) @7154   15 years scheusso some rocket related fixes
(edit) @7153   15 years scheusso - merged network2 branch into presentation3 branch (lots of network …
(edit) @7152   15 years rgrieder Removed "++" signs from CMake variables and targets names. This only …
(edit) @7151   15 years rgrieder Updated ENet version finding and added a warning for versions ≥ 1.3, …
(edit) @7150   15 years dafrick Untangled Pickupable and PickupCarrier a little bit.
(edit) @7149   15 years adrfried another typo fixed (recIEve → recEIve) there are more of them, but …
(edit) @7148   15 years adrfried Typos fixed (recIEved → recEIved)
(edit) @7147   15 years youngk MoodManager works fine now.
(edit) @7146   15 years dafrick Added some authors.
(edit) @7145   15 years dafrick Added files to the AUTHORS file. If you have created some content in …
(edit) @7144   15 years scheusso creating new rocket3 branch (out of presentation3 branch)
(edit) @7143   15 years rgrieder Static linking to the libraries in src/external should work now (at …
(edit) @7142   15 years rgrieder Changed default linking behaviour of OIS to dynamic. That causes less …
(edit) @7141   15 years adrfried Macros may not be empty
(edit) @7140   15 years adrfried version of data license in README changed to match the one in …
(edit) @7139   15 years rgrieder Moved non-config CMake files from cmake to cmake/tools. That should …
(edit) @7138   15 years rgrieder DEFINE_SYMBOL should now work for static linking as well.
(edit) @7137   15 years rgrieder Prevent possible bug if target already has compile flags.
(edit) @7136   15 years rgrieder Some libraries/modules were still using ORXONOX_STATIC_BUILD, which is …
(edit) @7135   15 years rgrieder Automatically handle DEFINE_SYMBOL for our own libraries. Also …
(edit) @7134   15 years rgrieder CEGUILua should use its own macros for static builds.
(edit) @7133   15 years rgrieder Ogre CEGUI renderer should use its own macros for static builds.
(edit) @7132   15 years rgrieder Bugfix in TargetUtilities.cmake: Always provide _taget_name_upper, not …
(edit) @7131   15 years adrfried don't add version information do executables
(edit) @7130   15 years adrfried install executables even when compiling with static
(edit) @7129   15 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @7128   15 years rgrieder Removed svn:executable property from source files.
(edit) @7127   15 years rgrieder Removed excess white space at the end of lines.
(edit) @7126   15 years rgrieder Using <cstring> to define NULL: I have done so in different places.
(edit) @7125   15 years adrfried fix includes for compiling without PCH
(edit) @7124   15 years dafrick Updated Authors file.
(edit) @7123   15 years rgrieder Added NO_VERSION switch for targets.
(edit) @7122   15 years scheusso changed commandline argument —ip to —dest in order to prevent …
(edit) @7121   15 years youngk Updated the MoodManager validation process to be more generic, however …
(edit) @7120   15 years adrfried made install paths conform to FHS
(edit) @7119   15 years adrfried exclude some files in data_extern install
(edit) @7118   15 years adrfried honour DESTDIR environment variable
(edit) @7117   15 years dave
Note: See TracRevisionLog for help on using the revision log.