|
|
@7238
|
14 years |
landauf |
added a function to compute the Levenshtein distance between two …
|
|
|
@7237
|
14 years |
rgrieder |
Added more boost versions.
|
|
|
@7236
|
14 years |
landauf |
replaced the temporary names of all ConsoleCommand related classes and …
|
|
|
@7235
|
14 years |
landauf |
- fixed error if a command doesn't exist not being shown while using …
|
|
|
@7234
|
14 years |
landauf |
the unhide command now also supports auto-completion for the hidden …
|
|
|
@7233
|
14 years |
landauf |
- console commands "setMMSoundPath" and "printObjects" are now hidden. …
|
|
|
@7232
|
14 years |
landauf |
hide commands and command groups from auto-completion if they are …
|
|
|
@7231
|
14 years |
landauf |
removed debug output
|
|
|
@7230
|
14 years |
landauf |
re-implemented parameter evaluation in CommandEvaluation and …
|
|
|
@7229
|
14 years |
landauf |
implemented command cache in CommandExecutor
|
|
|
@7228
|
14 years |
landauf |
re-implemented CommandExecutor and CommandEvaluation. parameter …
|
|
|
@7227
|
14 years |
rgrieder |
Removed merged and empty outdated branches.
|
|
|
@7226
|
14 years |
rgrieder |
Visual Studio 2005 doesn't cope too well with windows includes when it …
|
|
|
@7225
|
14 years |
rgrieder |
Extended search paths for dependencies. You should now be able to host …
|
|
|
@7224
|
14 years |
rgrieder |
Adjusted CMake code to accept the new v5 dependencies that requires …
|
|
|
@7223
|
14 years |
dafrick |
Replaced some svn usernames with real names.
|
|
|
@7222
|
14 years |
landauf |
added access level checking
|
|
|
@7221
|
14 years |
landauf |
adapted CommandExecutor and CommandEvaluation to make it compile …
|
|
|
@7220
|
14 years |
landauf |
found another old console command
|
|
|
@7219
|
14 years |
landauf |
adapted all console commands to the new interface
|
|
|
@7218
|
14 years |
landauf |
some improvements/fixes in ConsoleCommand
|
|
|
@7217
|
14 years |
dafrick |
Improved AUTHORS file (added models, lots of authors), names with a * …
|
|
|
@7216
|
14 years |
landauf |
removed old console command implementation (doesn't compile)
|
|
|
@7215
|
14 years |
landauf |
new console command interface now supports all functions of the old …
|
|
|
@7214
|
14 years |
landauf |
progress on the new console command interface.
enhanced possibilities …
|
|
|
@7213
|
14 years |
landauf |
small changes in Functor, removed specialization for FunctorStatic …
|
|
|
@7212
|
14 years |
landauf |
re-implemented Functor - without macros!
|
|
|
@7211
|
14 years |
landauf |
fixed Lua script after the recent changes in CommandExecutor
|
|
|
@7210
|
14 years |
dafrick |
Created new NotificationDispatcher. It just displays, upon being …
|
|
|
@7209
|
14 years |
dafrick |
Fixed little "bug", will have to be reviewed, when the pickup module …
|
|
|
@7208
|
14 years |
dafrick |
Removed Timer from Pickup, as this is no his core functionality.
|
|
|
@7207
|
14 years |
landauf |
moved ScopedSingletonManager to util
|
|
|
@7206
|
14 years |
dafrick |
Cleaning up and documenting PickupManager.
Also discovered and fixed a …
|
|
|
@7205
|
14 years |
landauf |
moved SharedPtr to util
|
|
|
@7204
|
14 years |
landauf |
adjusted includes in all other files
|
|
|
@7203
|
14 years |
landauf |
adjusted includes in core/command/*
|
|
|
@7202
|
14 years |
landauf |
moved all files related to the command execution chain to core/command …
|
|
|
@7201
|
14 years |
landauf |
some cleanup in SharedPtr and its relatives
|
|
|
@7200
|
14 years |
landauf |
createExecutor() now returns a SharedPtr instead of a pointer. Adapted …
|
|
|
@7199
|
14 years |
landauf |
LuaFunctor better doesn't inherit from Functor since it's used …
|
|
|
@7198
|
14 years |
landauf |
createFunctor() now returns a SharedPtr instead of a pointer. Adapted …
|
|
|
@7197
|
14 years |
landauf |
Changed the implementation of SharedPtr again. I decided to represent …
|
|
|
@7196
|
14 years |
landauf |
Changed implementation of SharedPtr, it's now non-intrusive and uses …
|
|
|
@7195
|
14 years |
scheusso |
creating new network branch for further testing
|
|
|
@7194
|
14 years |
scheusso |
removing some branches we don't need anymore
|
|
|
@7193
|
14 years |
dafrick |
Added NotificationDispatcher, class that can, upon being triggered, …
|
|
|
@7192
|
14 years |
landauf |
Added a small SharedPtr template for use in Functor and Executor. It's …
|
|
|
@7191
|
14 years |
landauf |
don't add repetitive or empty commands to the command history
|
|
|
@7190
|
14 years |
landauf |
removed unnecessary return values from console commands "log", …
|
|
|
@7189
|
14 years |
landauf |
changed passing of the returnvalue in the command execution pipeline:
…
|
|
|
@7188
|
14 years |
landauf |
reduced amount of member variables in Functor by moving these rarely …
|
|
|
@7187
|
14 years |
landauf |
added new function to MultiType to check whether or not it contains a …
|
|
|
@7186
|
14 years |
landauf |
Moved ability to possess descriptions from Executor to ConsoleCommand, …
|
|
|
@7185
|
14 years |
landauf |
continued working on the new console command interface and implementation
|
|
|
@7184
|
14 years |
rgrieder |
Replaced mathematical constants with a common definition in Math.h. …
|
|
|
@7183
|
14 years |
rgrieder |
Removed a load of warnings for VS 2005 and possibly VS 2008.
|
|
|
@7182
|
14 years |
rgrieder |
Build fixes for Visual Studio 2005.
|
|
|
@7181
|
14 years |
landauf |
Great, looks like I created some circular dependencies between …
|
|
|
@7180
|
14 years |
landauf |
adjusted Functor to work with the changes introduced in r7177
|
|
|
@7179
|
14 years |
landauf |
merged consolecommands2 to consolecommands3
|
|
|
@7178
|
14 years |
landauf |
next annual update of the consolecommands branch
|
|
|
@7177
|
14 years |
landauf |
fixed a potential problem introduced in r7158 - calling an executor on …
|
|
|
@7176
|
14 years |
landauf |
removed some (commented) code from BigExplosion. looks like an attempt …
|
|
|
@7175
|
14 years |
rgrieder |
Fixed a problem with Ogre 1.7 and our exception handling mechanism. …
|
|
|
@7174
|
14 years |
rgrieder |
Only catch exceptions you actually expect. And rethrow unknown …
|
|
|
@7173
|
14 years |
rgrieder |
Enabled parallel build of compilations and normal source files for …
|
|
|
@7172
|
14 years |
landauf |
removed network as dependency of tools. these libraries can build in …
|
|
|
@7171
|
14 years |
landauf |
removed a strange line that changed the game speed with a console …
|
|
|
@7170
|
14 years |
rgrieder |
Doxygen should work again (and tardis as well).
|
|
|
@7169
|
14 years |
landauf |
fixed an issue with boost 1.44.0
|
|
|
@7168
|
14 years |
landauf |
sent some tabs to hell
|
|
|
@7167
|
14 years |
landauf |
using SetConfigValueExternal also for two old config values
|
|
|
@7166
|
14 years |
landauf |
added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
|
|
|
@7165
|
14 years |
landauf |
for some reason MinGW with gcc 4.5 needs some additional _UtilExport …
|
|
|
@7164
|
14 years |
dafrick |
Moving notifications to own module.
|
|
|
@7163
|
14 years |
dafrick |
Merged presentation3 branch into trunk.
|
|
|
@7162
|
14 years |
dafrick |
Significant structural changes to the pickup module. Lots of bugs …
|
|
|
@7161
|
14 years |
scheusso |
some new features:
-Orxonox servers announce themselves now inside a …
|
|
|
@7160
|
14 years |
rgrieder |
Moved the port() function of XMLPortObjectContainer from the template …
|
|
|
@7159
|
14 years |
scheusso |
fixed a bug in gamestate diffing which slowed down the diff process
|
|
|
@7158
|
14 years |
rgrieder |
Reduced a dependency and removed macros in Executor.
|
|
|
@7157
|
14 years |
rgrieder |
Using our own conversion functions.
|
|
|
@7156
|
14 years |
rgrieder |
Removed an MSVC warning and added a missing include.
|
|
|
@7155
|
14 years |
rgrieder |
Reduced a dependency in util.
|
|
|
@7154
|
14 years |
scheusso |
some rocket related fixes
|
|
|
@7153
|
14 years |
scheusso |
- merged network2 branch into presentation3 branch (lots of network …
|
|
|
@7152
|
14 years |
rgrieder |
Removed "++" signs from CMake variables and targets names. This only …
|
|
|
@7151
|
14 years |
rgrieder |
Updated ENet version finding and added a warning for versions ≥ 1.3, …
|
|
|
@7150
|
14 years |
dafrick |
Untangled Pickupable and PickupCarrier a little bit.
|
|
|
@7149
|
14 years |
adrfried |
another typo fixed (recIEve → recEIve)
there are more of them, but …
|
|
|
@7148
|
14 years |
adrfried |
Typos fixed (recIEved → recEIved)
|
|
|
@7147
|
14 years |
youngk |
MoodManager works fine now.
|
|
|
@7146
|
14 years |
dafrick |
Added some authors.
|
|
|
@7145
|
14 years |
dafrick |
Added files to the AUTHORS file.
If you have created some content in …
|
|
|
@7144
|
14 years |
scheusso |
creating new rocket3 branch (out of presentation3 branch)
|
|
|
@7143
|
14 years |
rgrieder |
Static linking to the libraries in src/external should work now (at …
|
|
|
@7142
|
14 years |
rgrieder |
Changed default linking behaviour of OIS to dynamic. That causes less …
|
|
|
@7141
|
14 years |
adrfried |
Macros may not be empty
|
|
|
@7140
|
14 years |
adrfried |
version of data license in README changed to match the one in …
|
|
|
@7139
|
14 years |
rgrieder |
Moved non-config CMake files from cmake to cmake/tools.
That should …
|
|
|