|
|
@6416
|
15 years |
rgrieder |
Added missing includes
|
|
|
@6415
|
15 years |
rgrieder |
const std::string& or std::string, but std::string& can yield …
|
|
|
@6413
|
15 years |
dafrick |
Resolved some bugs that stood in the way of compiling.
* In DynLib.cc …
|
|
|
@6410
|
15 years |
rgrieder |
Just a small mistake…
|
|
|
@6404
|
15 years |
rgrieder |
Simplified our resource system a bit by working with a single resource …
|
|
|
@6402
|
15 years |
rgrieder |
Protected ClassTreeMask functions against NULL identifiers.
That can …
|
|
|
@6400
|
15 years |
rgrieder |
Replaced (*it). with it→ where I could find it. Should increased code …
|
|
|
@6399
|
15 years |
rgrieder |
Increased default mouse sensitivity to a playable level.
|
|
|
@6394
|
15 years |
rgrieder |
std::string tweaks:
- Declared BLANKSTRING in UtilPrereqs.h as well …
|
|
|
@6392
|
15 years |
rgrieder |
Adjusted hard debug level for the debug build: now set to 6 (Ultra).
|
|
|
@6388
|
15 years |
rgrieder |
Found some end of line leftover spaces.
|
|
|
@6387
|
15 years |
rgrieder |
Found some non empty new lines.
|
|
|
@6386
|
15 years |
rgrieder |
Correction to r6385.
|
|
|
@6385
|
15 years |
rgrieder |
The free PNG format is probably more suitable for screen shots than …
|
|
|
@6384
|
15 years |
rgrieder |
Playing Orxonox on a specific core makes it faster on Windows.
The …
|
|
|
@6380
|
15 years |
erwin |
Fixed build complete
|
|
|
@6379
|
15 years |
rgrieder |
Fixed linux build.
|
|
|
@6378
|
15 years |
rgrieder |
Added missing includes (revealed only with PCH and compilations).
|
|
|
@6375
|
15 years |
rgrieder |
Fixed a problem with output being written directly to the Shell.
Use …
|
|
|
@6374
|
15 years |
rgrieder |
Fixed a problem in the Shell with the command history config file type.
|
|
|
@6373
|
15 years |
rgrieder |
Added config value to disable sound entirely.
Also added …
|
|
|
@6371
|
15 years |
rgrieder |
Added tolua interface to GUIManager again. Found out it didn't have …
|
|
|
@6368
|
15 years |
rgrieder |
Added config value macro "SetConfigValueAlias" where you can specify …
|
|
|
@6367
|
15 years |
rgrieder |
Moved CEGUI event hack from KeyBinderManager to GUIManager and made …
|
|
|
@6366
|
15 years |
rgrieder |
Fixed alt+tab problem: This key combination should be ignored on all …
|
|
|
@6364
|
15 years |
rgrieder |
Fixed output problem in Shell (non complete line output was not …
|
|
|
@6363
|
15 years |
rgrieder |
svn:eol-style "native" for all text files.
Also removed two executable …
|
|
|
@6360
|
15 years |
rgrieder |
Fixed cursor behaviour when steering with a gamepad.
|
|
|
@6350
|
15 years |
rgrieder |
IOConsole should not process input during destruction.
|
|
|
@6348
|
15 years |
rgrieder |
Adding OrxonoxClass::preDestroy(). This method gets called when an …
|
|
|
@6320
|
15 years |
scheusso |
various fixes for client: NHC, sound, callback handling of Vector4 & …
|
|
|
@6319
|
15 years |
rgrieder |
Simplified the Clock code a little (doesn't mean it got simpler though ).
|
|
|
@6318
|
15 years |
rgrieder |
This should fix the fps limiter if you play longer than 232 nanoseconds.
|
|
|
@6313
|
15 years |
scheusso |
further network fixes
changed screenshot format from jpeg to tiff …
|
|
|
@6311
|
15 years |
dafrick |
The KeyBindMenu now shows all Keybindings and allows for various …
|
|
|
@6303
|
15 years |
rgrieder |
Removed deprecated method in GUIManager.
|
|
|
@6301
|
15 years |
rgrieder |
Changed an input strategy: When you press a key but don't release it …
|
|
|
@6281
|
15 years |
rgrieder |
Added LuaFunctor that can execute arbitrary lua code.
Also added …
|
|
|
@6280
|
15 years |
rgrieder |
Changes did not work at all in Release mode (strange).
|
|
|
@6278
|
15 years |
rgrieder |
Use base class method for getInstance (for tolua interface).
|
|
|
@6277
|
15 years |
rgrieder |
Small changes, optimisations and typos.
|
|
|
@6266
|
15 years |
dafrick |
KeyBindMenu is working now. (Apart from some minor faults)
Found some …
|
|
|
@6261
|
15 years |
rgrieder |
Tolua interface for GameMode that has functions like playsSound, …
|
|
|
@6259
|
15 years |
scheusso |
menu automatically reads ogre config path
|
|
|
@6250
|
15 years |
rgrieder |
Fixed a pseudo memory leak.
|
|
|
@6243
|
15 years |
rgrieder |
Modified config value macros so you can use them as one-liner.
And the …
|
|
|
@6219
|
15 years |
rgrieder |
Don't really know, but the last revision could in same cases lead to …
|
|
|
@6218
|
15 years |
rgrieder |
Fixed at least 8 unitialised value problems though not all of them are …
|
|
|
@6214
|
15 years |
scheusso |
a small fix in IOConsole
some changes in GUI-system and preparation …
|
|
|
@6213
|
15 years |
rgrieder |
Fixed particle system bug: effects were not shown because the level of …
|
|
|
@6203
|
15 years |
rgrieder |
Added buffer buffering: Sounds are only loaded into one buffer and …
|
|
|
@6197
|
15 years |
dafrick |
Small adjustments, better code re-use, added getConfig() function to …
|
|
|
@6196
|
15 years |
landauf |
fixed some warnings in IOConsole
|
|
|
@6194
|
15 years |
dafrick |
Some adjustments regarding tolua export and sound menu.
|
|
|
@6193
|
15 years |
scheusso |
forgot to readd
|
|
|
@6192
|
15 years |
scheusso |
some cleaning up and improvements in synchronisation of vector2,3,4 …
|
|
|
@6190
|
15 years |
rgrieder |
Small style changes (no code changes).
|
|
|
@6185
|
15 years |
rgrieder |
Extended ExprParser to support arbitrary variables. You can set them …
|
|
|
@6183
|
15 years |
rgrieder |
Added preUpdate and postUpdate methods for all classes inheriting …
|
|
|
@6182
|
15 years |
rgrieder |
Singleton pointer initialisation should be part of the …
|
|
|
@6181
|
15 years |
rgrieder |
Fixed Linux IOConsole
|
|
|
@6180
|
15 years |
rgrieder |
Extended Shell line colouring in order to distinguish output from …
|
|
|
@6179
|
15 years |
rgrieder |
Fixed Linux build and removed a warning
|
|
|
@6178
|
15 years |
rgrieder |
IOConsole: Restructured some code and added more documentation.
|
|
|
@6177
|
15 years |
rgrieder |
Performance and robustness improvements for the IOConsole under …
|
|
|
@6175
|
15 years |
rgrieder |
And I thought I really though this one through…
The frame rate was …
|
|
|
@6174
|
15 years |
rgrieder |
Moved fps hack to the right position. I still have no idea why the fps …
|
|
|
@6172
|
15 years |
scheusso |
actually i think it's nicer this way
|
|
|
@6171
|
15 years |
scheusso |
fixed problem with ioconsole not restoring terminal settings when a …
|
|
|
@6169
|
15 years |
rgrieder |
Fixed config value not setting problem in Core and Game.
|
|
|
@6166
|
15 years |
rgrieder |
Fixed auto completion:
- When completing for instance "KeyBin", it was …
|
|
|
@6162
|
15 years |
landauf |
fixed build, we have to link network into tools since r6160 (maybe …
|
|
|
@6161
|
15 years |
rgrieder |
Fixed uninitialised value problem with the statistics (at least for …
|
|
|
@6160
|
15 years |
scheusso |
server may now pause/slow the game (also on clients) with commands …
|
|
|
@6156
|
15 years |
scheusso |
cleanup in GUIManager
most functionality now in lua
|
|
|
@6155
|
15 years |
rgrieder |
Fixed mouse position problem: Internal value could still be larger than 1.
|
|
|
@6150
|
15 years |
scheusso |
merged menu branch to presentation2 branch with some additional fixes …
|
|
|
@6141
|
15 years |
rgrieder |
Better colour scheme for the IOConsole on Windows.
|
|
|
@6140
|
15 years |
rgrieder |
Extended IOConsole to a Windows implementation. It doesn't yet work …
|
|
|
@6139
|
15 years |
rgrieder |
Fixed a bug in Shell and changed parental order in InGameConsole.
|
|
|
@6137
|
15 years |
landauf |
Ogre introduced overloadings of the << operator for Radian and Degree …
|
|
|
@6135
|
15 years |
landauf |
replaced UTFStringConversions.h by DisplayStringConversions.h which …
|
|
|
@6134
|
15 years |
scheusso |
can't imagine why i never encountered any problems with that
|
|
|
@6133
|
15 years |
rgrieder |
Removed annoying "statement has no effect" warning (gcc).
|
|
|
@6132
|
15 years |
scheusso |
reverted r6130
|
|
|
@6131
|
15 years |
scheusso |
forgot a file
|
|
|
@6130
|
15 years |
landauf |
fixed build
|
|
|
@6124
|
15 years |
scheusso |
forgot to revert that change
|
|
|
@6123
|
15 years |
scheusso |
synchronisation of pointers to classes that inherit from …
|
|
|
@6122
|
15 years |
rgrieder |
Fixed dedicated problem in NHC and a memory leak on windows in the …
|
|
|
@6121
|
15 years |
rgrieder |
Removed CoreConfiguration and GameConfiguration workaround. I have …
|
|
|
@6117
|
15 years |
rgrieder |
Merged sound3 branch to presentation2.
|
|
|
@6108
|
15 years |
scheusso |
merged steering branch to presentation2 branch
|
|
|
@6106
|
15 years |
rgrieder |
Created merger branch for the HS09 presentation.
|
|
copied from code/trunk/src/libraries:
|
|
|
@6105
|
15 years |
rgrieder |
Merged console branch back to trunk.
|