|
|
@3389
|
20 years |
bensch |
Data: added new Ground, for the new Level of the Trunk
|
|
|
@3388
|
20 years |
patrick |
orxonox/data: worlds
|
|
|
@3387
|
20 years |
bensch |
added a picture for the font-plugin of orxonox
|
|
|
@3386
|
20 years |
bensch |
sound: deleted Sound-files, because of performance-issues. Readd them …
|
|
|
@3385
|
20 years |
bensch |
added picture for a sky
|
|
|
@3384
|
20 years |
dave |
|
|
|
@3383
|
20 years |
bensch |
added a bitmap for heightmap-testing
|
|
|
@3382
|
20 years |
bensch |
added pictures, and added a load_screen-picture.
|
|
|
@3381
|
20 years |
bensch |
Style of the File updated
|
|
|
@3380
|
20 years |
bensch |
update_info uupdated
|
|
|
@3379
|
20 years |
bensch |
added some 3D models
|
|
|
@3378
|
20 years |
bensch |
added some download-Information
|
|
|
@3377
|
20 years |
bensch |
added some audio files
|
|
|
@3376
|
20 years |
bensch |
added the default file-structure of the data-archive
|
|
|
@3375
|
15 years |
root |
./svn-merge-repos.pl: mkdir /data
|
|
|
@3374
|
15 years |
rgrieder |
Added most of the text based files of the media directory (the file I …
|
|
|
@3373
|
15 years |
rgrieder |
Created new resource branch to actually work on resource management.
|
|
|
@3372
|
15 years |
scheusso |
cleaned up an old todo file and moved it to the network folder (as it …
|
|
|
@3371
|
15 years |
rgrieder |
Build fix for the revision before the merge.
|
|
|
@3370
|
15 years |
rgrieder |
Merged resource branch back to the trunk. Changes:
- Automated …
|
|
|
@3369
|
15 years |
rgrieder |
Removed the empty merge-info property from four files. When merging …
|
|
|
@3368
|
15 years |
rgrieder |
Added NO_INSTALL argument for ORXONOX_ADD_EXECUTABLE/LIBRARY and moved …
|
|
|
@3367
|
15 years |
rgrieder |
Build fixes
|
|
|
@3366
|
15 years |
rgrieder |
Derived all singletons implemented in a usual manner from …
|
|
|
@3365
|
15 years |
rgrieder |
Build fix for msvc8.
|
|
|
@3364
|
15 years |
rgrieder |
Added Singleton class template. It doesn't spare much of the typing …
|
|
|
@3363
|
15 years |
rgrieder |
Exception-safety for the Game and Core c'tors as well as …
|
|
|
@3362
|
15 years |
rgrieder |
Moved ScopeGuard c'tors from protected to public section in order to …
|
|
|
@3361
|
15 years |
rgrieder |
Two little build fixes.
|
|
|
@3360
|
15 years |
landauf |
- bugfix in TclBind: Tcl_Init was only called if the constructor of …
|
|
|
@3359
|
15 years |
rgrieder |
- Stupid MSVC extension: map::erase delivers an iterator but it …
|
|
|
@3358
|
15 years |
rgrieder |
Moved startup argument parsing (console, dedicated, server, client and …
|
|
|
@3357
|
15 years |
rgrieder |
Moved some GameState code from activate/deactivate to the c'tor and …
|
|
|
@3356
|
15 years |
rgrieder |
GameStates requiring graphics (Level is not one of them because it …
|
|
|
@3355
|
15 years |
rgrieder |
Loading and unloading graphics automatically: As soon as a GameState …
|
|
|
@3354
|
15 years |
landauf |
fixed a scoping problem with the tcl console-command (due to a nested …
|
|
|
@3353
|
15 years |
landauf |
fixed some possible namespace issues
|
|
|
@3352
|
15 years |
rgrieder |
Exported larger parts of the main into separate functions to have a …
|
|
|
@3351
|
15 years |
rgrieder |
Build fix for windows.
|
|
|
@3350
|
15 years |
landauf |
small changes relating to tcl
|
|
|
@3349
|
15 years |
rgrieder |
Moved InputManager, GUIManager and GraphicsManager handling from …
|
|
|
@3348
|
15 years |
rgrieder |
Fixing a problem for the installed version on windows: Media path is …
|
|
|
@3347
|
15 years |
rgrieder |
Update to dependencies v3.0 for MinGW and MSVC
Please update your package!
|
|
|
@3346
|
15 years |
rgrieder |
Moved GraphicsManager and GUIManager to the core. Almost no actual …
|
|
|
@3345
|
15 years |
rgrieder |
Fixed installation: The Tcl script library should now be found in the …
|
|
|
@3344
|
15 years |
landauf |
tcl uses it's native library, orxonox adds new features later (defined …
|
|
|
@3343
|
15 years |
rgrieder |
Expanded Core class by loadGraphics and unloadGraphics which don't do …
|
|
|
@3342
|
15 years |
rgrieder |
Small stuff I found when browsing around.
|
|
|
@3341
|
15 years |
rgrieder |
Dedicated input thread now ends without hitting enter on Unix
|
|
|
@3340
|
15 years |
rgrieder |
Generalised use of tolua interfaces a bit: GSRoot now adds the …
|
|
|
@3339
|
15 years |
rgrieder |
Moved GUIManager::getLevelList to LevelManager because the GUIManager …
|
|
|
@3338
|
15 years |
rgrieder |
Improved exception-safety in the GUIManager.
|
|
|
@3337
|
15 years |
rgrieder |
Removed GUIOverlay management from GUIManager: It shouldn't be the …
|
|
|
@3336
|
15 years |
rgrieder |
Moved Config value detailLevelParticle from GraphicsManager to …
|
|
|
@3335
|
15 years |
rgrieder |
Test commit.
|
|
|
@3334
|
15 years |
Naaduun |
=Fixed a camera bug in map
|
|
|
@3333
|
15 years |
rgrieder |
Adjusted orxonox_cast to support const pointers. References shall not …
|
|
|
@3332
|
15 years |
rgrieder |
Added TypeTraits.h from the Loki library (stripped it a bit though). …
|
|
|
@3331
|
15 years |
rgrieder |
Minor problem with exception catching.
|
|
|
@3330
|
15 years |
rgrieder |
Added general PCH_ENABLE option in CMake to disable PCH with one …
|
|
|
@3329
|
15 years |
rgrieder |
Build fix for the JoyStick.
|
|
|
@3328
|
15 years |
rgrieder |
Created branch to work on resource management (first) and then on the …
|
|
|
@3327
|
15 years |
rgrieder |
Merged all remaining revisions from core4 back to the trunk.
|
|
|
@3326
|
15 years |
landauf |
small fix against the thread-exit assertion failure
|
|
|
@3325
|
15 years |
rgrieder |
Merged orxonox_cast related revisions from core4 back to trunk.
|
|
|
@3324
|
15 years |
rgrieder |
Deleted obsolete and deprecated file. The new one is in …
|
|
|
@3323
|
15 years |
rgrieder |
ORXONOX_USE_WINMAIN should now work as expected.
|
|
|
@3322
|
15 years |
rgrieder |
Removed unnecessary PCH dependencies.
|
|
|
@3321
|
15 years |
rgrieder |
Build fix for the TclThreadManager.
|
|
|
@3320
|
15 years |
rgrieder |
Finally cFinally made the v0.0.3 tag (again again).
|
|
|
@3319
|
15 years |
rgrieder |
Well, well, well, and I thought I had slept enough.
|
|
|
@3318
|
15 years |
rgrieder |
Re-reverting TclThreadManager changes.
|
|
|
@3317
|
15 years |
rgrieder |
Finally cFinally made the v0.0.3 tag (again).
|
|
|
@3316
|
15 years |
rgrieder |
Version bump. We're now officially working on v0.0.3.
|
|
|
@3315
|
15 years |
rgrieder |
Deleted tag again (forgot the version bump)
|
|
|
@3314
|
15 years |
rgrieder |
Finally made the v0.0.3 tag.
|
|
|
@3313
|
15 years |
rgrieder |
Reverted TclThreadManager commits to make a tag (there's possibly …
|
|
|
@3312
|
15 years |
scheusso |
fix in disconnect behaviour
|
|
|
@3311
|
15 years |
rgrieder |
You can't watch out for unwanted changes every time…
Reverting some …
|
|
|
@3310
|
15 years |
rgrieder |
Optimisations in the pathway of the input. Nobody will ever notice the …
|
|
|
@3309
|
15 years |
rgrieder |
Using the updated dependencies (you already required them by paper but …
|
|
|
@3308
|
15 years |
landauf |
moved the boost forward declarations to CorePrereqs.h
|
|
|
@3307
|
15 years |
landauf |
Completely rewrote TclThreadManager. This fixes several bugs from the …
|
|
|
@3306
|
15 years |
rgrieder |
Keybindings should now map to the correct joy stick by device name …
|
|
|
@3305
|
15 years |
rgrieder |
Removed annoying warning on Windows.
|
|
|
@3304
|
15 years |
rgrieder |
Merged netp6 branch back to the trunk.
|
|
|
@3303
|
15 years |
scheusso |
reverted some changes, which made the network multithreaded, in order …
|
|
|
@3302
|
15 years |
scheusso |
changed some debug output
removed some uneccessary "multi"threading …
|
|
|
@3301
|
15 years |
rgrieder |
Found even more casts. They sure aren't all of them, but I hope to …
|
|
|
@3300
|
15 years |
rgrieder |
Found a few more C-Style casts.
|
|
|
@3299
|
15 years |
rgrieder |
Sometimes I honestly ask myself why such things could run on Linux, …
|
|
|
@3298
|
15 years |
scheusso |
removed some (hopefully) unnecessary mutex calls
|
|
|
@3297
|
15 years |
landauf |
fixed ticket #318 ("client connected" message now only appears for …
|
|
|
@3296
|
15 years |
landauf |
1-line-merge to trunk
|
|
|
@3295
|
15 years |
landauf |
fixed a bug causing console commands to be case sensitive if called …
|
|
|
@3294
|
15 years |
rgrieder |
Bugfix: windowResized() was not called upon render window creation. …
|
|
|
@3293
|
15 years |
rgrieder |
Linux and GCC build fixes.
|
|
|
@3292
|
15 years |
rgrieder |
Added documentation for the InputState.
|
|
|
@3291
|
15 years |
rgrieder |
Added window size as static variable to the WindowEventListener …
|
|
|
@3290
|
15 years |
rgrieder |
Moved WindowEventListener to the core to avoid some really ugly hacks …
|
|
|