|
|
@9691
|
11 years |
jo |
Creating new PPS branch.
|
|
|
@9690
|
11 years |
jo |
Creating new PPS branch.
|
|
|
@9689
|
11 years |
jo |
Creating new PPS branch.
|
|
|
@9688
|
11 years |
jo |
Fix for the problem that CG Library was not found on the tardis machines.
|
|
|
@9687
|
11 years |
landauf |
support precompiled dependencies v7.0 for mingw (which use boost for …
|
|
|
@9686
|
11 years |
landauf |
disabled warning which was added to -Wall in GCC 4.8 (see …
|
|
|
@9685
|
11 years |
landauf |
fixed pch with gcc 4.8
|
|
|
@9684
|
11 years |
landauf |
added missing includes
|
|
|
@9683
|
11 years |
landauf |
mingw with gcc 4.8 has its own version of sdkddkver.h which apparently …
|
|
|
@9682
|
11 years |
landauf |
fixed build on MSVC: unistd.h is not part of windows
|
|
|
@9681
|
11 years |
smerkli |
Quick fix to make things work in the tutorial. Will be reverted to
a …
|
|
|
@9680
|
11 years |
smerkli |
Added an environment export to the run script so people don't
have to …
|
|
|
@9679
|
11 years |
jo |
Updates due to core6 changes.
|
|
|
@9678
|
11 years |
jo |
Bringing the tutorial4 branch up to date.
|
|
|
@9677
|
11 years |
jo |
Creating up to date tutorial branch
|
|
|
@9676
|
11 years |
landauf |
fixed warnings with gcc 4.7
|
|
|
@9675
|
11 years |
landauf |
merged branch 'libs' back to trunk. orxonox now compiles and runs with …
|
|
|
@9674
|
11 years |
landauf |
fixed build for MinGW with GCC 4.6
|
|
|
@9673
|
11 years |
landauf |
moved workaround for old boost versions to LibraryConfigTardis.cmake - …
|
|
|
@9672
|
11 years |
smerkli |
Added a few includes that were necessary with the switch to GCC > 4.7 …
|
|
|
@9671
|
11 years |
landauf |
adjusted code to compile with cegui 0.8 and 0.7. see …
|
|
|
@9670
|
11 years |
landauf |
adjusted build-system and include-paths for cegui 0.8 (doesn't compile yet)
|
|
|
@9669
|
11 years |
landauf |
adjusted code for ogre 1.8.1
|
|
|
@9668
|
11 years |
landauf |
created branch to add changes for new versions of our libraries
|
|
|
@9667
|
11 years |
landauf |
merged core6 back to trunk
|
|
|
@9666
|
11 years |
landauf |
comments
|
|
|
@9665
|
11 years |
landauf |
removed svn:executable property
|
|
|
@9664
|
11 years |
landauf |
eol-style native
|
|
|
@9663
|
11 years |
landauf |
replaced tabs with spaces
|
|
|
@9662
|
11 years |
landauf |
use SmallObjectAllocator for ObjectListElements
|
|
|
@9661
|
11 years |
landauf |
Listable is now responsible for creating and deleting ObjectListElements
|
|
|
@9660
|
11 years |
landauf |
enhanced error message if RegisterObject is missing
|
|
|
@9659
|
11 years |
landauf |
removed RegisterRootObject (replaced by RegisterObject)
|
|
|
@9658
|
11 years |
landauf |
register remaining classes in framework
|
|
|
@9657
|
11 years |
landauf |
found some more classes that need to be registered in the framework
|
|
|
@9656
|
11 years |
landauf |
register interfaces in framework
|
|
|
@9655
|
11 years |
landauf |
register abstract classes
|
|
|
@9654
|
11 years |
landauf |
added RegisterClass() where it was missing
|
|
|
@9653
|
11 years |
landauf |
register Configurable in the framework
|
|
|
@9652
|
11 years |
landauf |
fixed potential issue
|
|
|
@9651
|
11 years |
landauf |
register Listable in the framework
|
|
|
@9650
|
11 years |
landauf |
add context to objectlist
|
|
|
@9649
|
11 years |
landauf |
added ability to set the root-context explicitly (and also to destroy …
|
|
|
@9648
|
11 years |
landauf |
fixed test and added new test
|
|
|
@9647
|
11 years |
landauf |
fixed tests (caused problem with MSVC because they were executed in a …
|
|
|
@9646
|
11 years |
landauf |
implemented new concept to initialize the class hierarchy: each …
|
|
|
@9645
|
11 years |
landauf |
classIdentifier_s exists in multiple libraries - reset it everywhere …
|
|
|
@9644
|
11 years |
landauf |
small refactoring
|
|
|
@9643
|
11 years |
landauf |
bugfix
|
|
|
@9642
|
11 years |
landauf |
removed unnecessary functions
cleanup
|
|
|
@9641
|
11 years |
landauf |
removed mutual friend declarations between Identifier and IdentifierManager
|
|
|
@9640
|
11 years |
landauf |
made IdentifierManager a self-initializing singleton
|
|
|
@9639
|
11 years |
landauf |
added tests
|
|
|
@9638
|
11 years |
landauf |
renamed CreateFactory() as RegisterClass() to be more consistent with …
|
|
|
@9637
|
11 years |
landauf |
removed constructor arguments from ClassFactories. use the …
|
|
|
@9636
|
11 years |
landauf |
added tests
|
|
|
@9635
|
11 years |
landauf |
added Factory for classes that don't require a Context as constructor …
|
|
|
@9634
|
11 years |
landauf |
reset static maps and variables after destroying identifiers
iterate …
|
|
|
@9633
|
11 years |
landauf |
forgot one line in the previous commit
|
|
|
@9632
|
11 years |
landauf |
Factory::fabricate() returns an Identifiable
|
|
|
@9631
|
11 years |
landauf |
fixed multiplayer
|
|
|
@9630
|
11 years |
landauf |
propagate a new Gametype to all elements of an OverlayGroup (fixes …
|
|
|
@9629
|
11 years |
landauf |
BaseObject now requires a Context instead of a creator (BaseObject*) …
|
|
|
@9628
|
11 years |
landauf |
object list should not delete its elements - they will be deleted by …
|
|
|
@9627
|
11 years |
landauf |
fixed bug: Listable::setContext didn't work properly with sub-contexts …
|
|
|
@9626
|
11 years |
landauf |
fixed compiler issue with msvc
|
|
|
@9625
|
11 years |
smerkli |
Merged Maxim's Branch back into trunk.
|
|
|
@9624
|
12 years |
maxima |
|
|
|
@9623
|
12 years |
maxima |
|
|
|
@9622
|
12 years |
maxima |
Just a few bug fixes.
|
|
|
@9621
|
12 years |
maxima |
|
|
|
@9620
|
12 years |
maxima |
setNewMasterWithInFormation works!
|
|
|
@9619
|
12 years |
maxima |
New function SetNewMasterWithinFormation(FormationController), but it …
|
|
|
@9618
|
12 years |
maxima |
|
|
|
@9617
|
12 years |
maxima |
The AIController of the new HumanController is deleted.
|
|
|
@9616
|
12 years |
maxima |
A few changes of the death function. Tried to change the master of the …
|
|
|
@9615
|
12 years |
maxima |
If the HumanController dies but had slaves,
then the Controller …
|
|
|
@9614
|
12 years |
maxima |
Only a few comments
|
|
|
@9613
|
12 years |
maxima |
A few changes to find the slaves of a pawn.
|
|
|
@9612
|
12 years |
landauf |
set the owner of a WorldEntityCollisionShape independent of the creator
|
|
|
@9611
|
12 years |
landauf |
no need to store the creator of a RadarViewable
|
|
|
@9610
|
12 years |
landauf |
context is now a Listable itself as well
|
|
|
@9609
|
12 years |
landauf |
context should delete its object lists
|
|
|
@9608
|
12 years |
landauf |
implemented method to change the context of a Listable. the object …
|
|
|
@9607
|
12 years |
landauf |
no need to inherit virtually from OrxonoxClass anymore
|
|
|
@9606
|
12 years |
landauf |
object lists are now stored in a Context object instead of Identifiers
|
|
|
@9605
|
12 years |
landauf |
added some tests for object list and iterators
|
|
|
@9604
|
12 years |
landauf |
added some checks and a size() function to object list
|
|
|
@9603
|
12 years |
landauf |
added more tests
|
|
|
@9602
|
12 years |
landauf |
delete factory before setting a new one (mostly for unit tests)
|
|
|
@9601
|
12 years |
landauf |
added some tests for core
|
|
|
@9600
|
12 years |
landauf |
details
|
|
|
@9599
|
12 years |
landauf |
added proper interface (ObjectListElementRemovalListener) to notify …
|
|
|
@9598
|
12 years |
landauf |
added common base template for Iterator and ObjectListIterator in …
|
|
|
@9597
|
12 years |
landauf |
removed MetaObjectList. replaced it by std::vector because object list …
|
|
|
@9596
|
12 years |
landauf |
ObjectListBaseElement now stores a pointer to the object list it …
|
|
|
@9595
|
12 years |
landauf |
merged r9594 to trunk
|
|
|
@9594
|
12 years |
landauf |
fixed msvc configuration
|
|
|
@9593
|
12 years |
landauf |
moved logic to remove an element from an ObjectListBase from …
|
|
|
@9592
|
12 years |
landauf |
BaseSound requires only the object list → inherit from Listable
|
|
|