|
|
@5670
|
15 years |
rgrieder |
Added support for non exclusive mouse mode on Windows. This means you …
|
|
|
@5669
|
15 years |
rgrieder |
OIS build fix for linux.
|
|
|
@5668
|
15 years |
rgrieder |
Updated OIS library (still 1.2, but CVS version).
There have been some …
|
|
|
@5667
|
15 years |
rgrieder |
- New option for developers: Define ORXONOX_DEV as environment …
|
|
|
@5666
|
15 years |
landauf |
renamed plugins as modules
|
|
|
@5665
|
15 years |
rgrieder |
Fixed build for Unix.
|
|
|
@5664
|
15 years |
rgrieder |
- Moved all (as far as possible) build related CMake options and …
|
|
|
@5663
|
15 years |
rgrieder |
Fixed a known bug that occurred when reloading the inputmanager with a …
|
|
|
@5662
|
15 years |
rgrieder |
Fixed build and a few issues and removed a warning.
|
|
|
@5661
|
15 years |
rgrieder |
Cleaned out the lua script files for the GUI.
Also replaced "require" …
|
|
|
@5660
|
15 years |
rgrieder |
Added bLuaSupport_ to XMLFile so we can load the resource locations …
|
|
|
@5659
|
15 years |
rgrieder |
Convinced LevelManager to use the Resources rather than the file …
|
|
|
@5658
|
15 years |
rgrieder |
Fixed two bugs:
- Incomplete exception safety in Core::loadGraphics
- …
|
|
|
@5657
|
15 years |
rgrieder |
Dividing the resource locations isn't necessary after all: The trick …
|
|
|
@5656
|
15 years |
rgrieder |
Renamed "overlay" folder to "overlays" to keep it consistent with "levels".
|
|
|
@5655
|
15 years |
rgrieder |
Added static DeclareToluaInterface macro to ease up tolua intefaces …
|
|
|
@5654
|
15 years |
rgrieder |
- Implemented file management via resource manager and loading of …
|
|
|
@5653
|
15 years |
rgrieder |
Added class to handle handle resources more easily via …
|
|
|
@5652
|
15 years |
rgrieder |
Modified ResourceLocation to actually find the given paths.
Plus a few …
|
|
|
@5651
|
15 years |
rgrieder |
Added using declaration for boost::shared_ptr, weak_ptr and scoped_ptr …
|
|
|
@5650
|
15 years |
rgrieder |
Minor build fix.
|
|
|
@5649
|
15 years |
rgrieder |
Fixed msvc build: I had to link the plugins as SHARED instead of …
|
|
|
@5648
|
15 years |
landauf |
sorry, large commit, but all changes are dependent:
- Created a new …
|
|
|
@5647
|
15 years |
landauf |
protected the plugin loader from single-plugin-exceptions (for example …
|
|
|
@5646
|
15 years |
rgrieder |
It seems that TortoiseSVN made a terrible mess of the media folder. I …
|
|
|
@5645
|
15 years |
rgrieder |
Renamed media to data to restore consistency with game/data/trunk …
|
|
|
@5644
|
15 years |
rgrieder |
Added new XML style resource declaration files (just stubs, not even …
|
|
|
@5643
|
15 years |
landauf |
Gamestates → GameStates (due to public request)
|
|
|
@5642
|
15 years |
landauf |
small fix for newer versions of gcc
|
|
|
@5641
|
15 years |
rgrieder |
Prepared build system for an external media directory.
This revision …
|
|
|
@5640
|
15 years |
landauf |
Added a new utility "ScopedSingleton". A ScopedSingleton has a scope …
|
|
|
@5639
|
15 years |
rgrieder |
Just so we'll sure never have macro problems regarding include guards.
|
|
|
@5638
|
15 years |
landauf |
Put all gamestates into a new plugin (gamestates)
|
|
|
@5637
|
15 years |
landauf |
Applied retos patch for Game.cc and Game.h (thanks)
+2 small changes …
|
|
|
@5636
|
15 years |
rgrieder |
Fixed plugins for msvc (sry fabian, forgot to tell you about this issue).
|
|
|
@5635
|
15 years |
landauf |
found more missing eolstyle:native properties
|
|
|
@5634
|
15 years |
landauf |
Added ToolsPrereqs.h and _ToolsExport
|
|
|
@5633
|
15 years |
landauf |
Put all tools into a new library called tools (phear my naming …
|
|
|
@5632
|
15 years |
landauf |
updated OrxonoxPrereqs.h
|
|
|
@5631
|
15 years |
landauf |
added some eolstyle:native properties
|
|
|
@5630
|
15 years |
landauf |
added OverlaysPrereqs.h
added _OverlaysExport macro
|
|
|
@5629
|
15 years |
landauf |
searched quickly for missing _OrxonoxExport macros, but didn't find …
|
|
|
@5628
|
15 years |
landauf |
small bugfix (thx reto)
|
|
|
@5627
|
15 years |
landauf |
Put all specialized overlays into a new library (overlays) which is …
|
|
|
@5626
|
15 years |
landauf |
Added a dynamic library loader (more or less a copy of …
|
|
|
@5625
|
15 years |
rgrieder |
Added plugin path that gets configured in BuildConfig.cmake and …
|
|
|
@5624
|
15 years |
rgrieder |
Added two classes to allow resource declaration via XML.
|
|
|
@5623
|
15 years |
rgrieder |
Fixed msvc debugger.
|
|
|
@5622
|
15 years |
landauf |
|
|
|
@5621
|
15 years |
landauf |
Moved the Map from overlays to orxonox although it IS an …
|
|
|
@5620
|
15 years |
landauf |
Readded a slightly modified version of princessaeryn.oxw (the old …
|
|
|
@5619
|
15 years |
landauf |
Moved Notification and NotificationManger from overlays to the quest …
|
|
|
@5618
|
15 years |
landauf |
moved InGameConsole from overlays to orxonox (it's not an OrxonoxOverlay)
|
|
|
@5617
|
15 years |
landauf |
Reduced dependencies between orxonox and overlays: GUIOverlays send …
|
|
|
@5616
|
15 years |
rgrieder |
Removed header files from orxonox-main target.
|
|
|
@5615
|
15 years |
rgrieder |
Added some forgotten documentation.
|
|
|
@5614
|
15 years |
rgrieder |
Creating Ogre::Root in non graphics mode as well. This allows to …
|
|
|
@5613
|
15 years |
landauf |
replaced the old orxonox executable with an orxonox library. linked …
|
|
|
@5612
|
15 years |
landauf |
created a branch to test some stuff related to libraries
|
|
|
@5611
|
15 years |
rgrieder |
Stupid TSVN bug: All items in a commit list are always checked by …
|
|
|
@5610
|
15 years |
rgrieder |
Improved CMake performance for runs after the first one.
There are …
|
|
|
@5609
|
15 years |
rgrieder |
Adjusted code tag svn:external properties to the new data tags.
|
|
|
@5608
|
15 years |
rgrieder |
Adjusted code tag svn:external properties to the new data tags.
|
|
|
@5607
|
15 years |
rgrieder |
Added media tag for the 0.0.3 version.
|
|
|
@5606
|
15 years |
rgrieder |
Added media tag for the 0.0.2 version.
|
|
|
@5605
|
15 years |
rgrieder |
Feared this might happen… Removing the invalid tag.
|
|
|
@5604
|
15 years |
rgrieder |
Added media tag for the 0.0.2 version.
|
|
|
@5603
|
15 years |
rgrieder |
Renamed media folder to trunk.
…
|
|
|
@5602
|
15 years |
rgrieder |
Deleted empty folder.
|
|
|
@5601
|
15 years |
rgrieder |
Moved yet another old trunk to the tags section.
|
|
|
@5600
|
15 years |
rgrieder |
Moved another old trunk to the tags section.
|
|
|
@5599
|
15 years |
rgrieder |
Moved the old the orxonox trunk to the tags section.
|
|
|
@5598
|
15 years |
rgrieder |
Added tag folder for the media part.
|
|
|
@5597
|
15 years |
rgrieder |
Added the data repository for time of the resource2 branch.
|
|
|
@5596
|
15 years |
rgrieder |
Using svn:externals to automatically checkout out the media repository …
|
|
|
@5595
|
15 years |
rgrieder |
Using svn:externals to automatically checkout out the media repository …
|
|
|
@5594
|
15 years |
rgrieder |
Replaced text based media files with the ones keeping the svn history …
|
|
|
@5593
|
15 years |
rgrieder |
Removed tcl libraries and backToPNG folder (I'm going to deal with …
|
|
|
@5592
|
15 years |
rgrieder |
Deleted double file and updated a CEGUI looknfeel file (from 0.6.2).
|
|
|
@5591
|
15 years |
rgrieder |
Created branch from media to work on splitting the repository.
|
|
|
@5590
|
15 years |
landauf |
even more compatible compatibility mode (tcl8.4 seems incompatible to …
|
|
|
@5589
|
15 years |
landauf |
eol-style:native
|
|
|
@5588
|
15 years |
landauf |
changes in init.tcl:
- check if tcl was properly initialized
- …
|
|
|
@5587
|
15 years |
rgrieder |
svn eol-style, so I don't see the mysterious line ending characters in …
|
|
|
@5586
|
15 years |
landauf |
fixed a problem with orxonox' wrapper of the unknown proc
added some …
|
|
|
@5585
|
15 years |
landauf |
experimenting with while and for in tcl
|
|
|
@5584
|
15 years |
landauf |
added our custom tcl files
|
|
|
@5583
|
15 years |
rgrieder |
Copied a gui script file for the (hopefully) last time. This …
|
|
|
@5582
|
15 years |
landauf |
small fix (and a future feature) in init.tcl (for now just v8.5, it …
|
|
|
@5581
|
15 years |
rgrieder |
Extended default keybindings.ini to work with core4 branch (AND the …
|
|
|
@5580
|
15 years |
rgrieder |
Fixed lua 5.1, again. The timing of the last fixing was a bit …
|
|
|
@5579
|
15 years |
rgrieder |
You're welcome, Oli
|
|
|
@5578
|
15 years |
rgrieder |
Accompanying changes to the source repo revision 3249.
|
|
|
@5577
|
15 years |
rgrieder |
Accompanying changes to the source repo revision 3245.
|
|
|
@5576
|
15 years |
erwin |
pong sounds
|
|
|
@5575
|
15 years |
bknecht |
added pickups and such
|
|
|
@5574
|
15 years |
landauf |
presentation level
|
|
|
@5573
|
15 years |
landauf |
adjusted weaponsettings
|
|
|
@5572
|
15 years |
landauf |
added HUDs for TeamBaseMatch and UnderAttack
|
|
|
@5571
|
15 years |
bknecht |
added spacestation plus pirate carrier to pres_level
|
|
|