Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10903   10 years gania AI attacks targets that are close
(edit) @10901   10 years holzerj Added explosions effects when the mine explodes.
(edit) @10900   10 years meierman Judihui it works
(edit) @10898   10 years gania commented some stuff
(edit) @10897   10 years landauf register event-source
(edit) @10896   10 years bhatiab Added Waypoints for enemies
(edit) @10895   10 years bucyril Added HUD and stuff
(edit) @10894   10 years meierman Flag generator implemented
(edit) @10893   10 years bucyril Changed control parameters
(edit) @10892   10 years bhatiab Edited planets in expeditionsector and shuttlerealiation
(edit) @10891   10 years gania hotfix for isnan
(edit) @10890   10 years bhatiab removed the other enemystations, as one should be enough, added …
(edit) @10889   10 years fvultier promised wor for Jannis.
(edit) @10888   10 years gania started working on pickups
(edit) @10887   10 years paulsc Almost finished retaliation level. Some things don't quite wanna work tho.
(edit) @10886   10 years gania improved dodging
(edit) @10885   10 years gania added other weapons
(edit) @10883   10 years gania ships spread before fight
(edit) @10882   10 years gania fixed a bug in DivisionController, made action transitions smoother
(edit) @10881   10 years gania finished fixing FlyingController: AI is flying as smooth as possible …
(edit) @10880   10 years gania cut smoothness, gained performance
(edit) @10879   10 years gania finished copyOrientation function. Now ships move smoothly
(edit) @10878   10 years fvultier
(edit) @10877   10 years gania CommonController now has static methods only. Replace with a namespace?
(edit) @10876   10 years muemart Use variadic templates for Functor Had to put on my template hat for …
(edit) @10875   10 years gania fixed library dependencies
(edit) @10874   10 years gania deleted pictures that I don't need anymore
(edit) @10873   10 years gania introduced spread
(edit) @10872   10 years gania fixed a bug when loop wouldn't transfer to a slave when master died, …
(edit) @10871   10 years gania Split up CommonController, so it is easier to debug
(edit) @10870   10 years gania
(edit) @10869   10 years gania fixed a bug and got rid of unnecessary Rank enumeration, used …
(edit) @10868   10 years gania first stable version
(edit) @10867   10 years bhatiab Worked on expeditionSector.oxw, added EnemyBase and Enemies, they need …
(edit) @10866   10 years gania just some todo comments
(edit) @10865   10 years muemart Add some more tests for Functor(Ptr)
(edit) @10864   10 years gania split up some code
(edit) @10863   10 years gania
(edit) @10861   10 years gania finished everything, demos are commented out in AITest.oxw
(edit) @10860   10 years luhug updated luaTest.oxw
(edit) @10859   10 years gania almost all works now, check AITest.oxw
(edit) @10858   10 years gania should work, didn't compile
(edit) @10857   10 years muemart Fix clang build for LANDiscoverable Looks like name lookup for …
(edit) @10856   10 years gania fixed loops
(edit) @10855   10 years gania introduced loops
(edit) @10854   10 years gania Fixed some bugs, only DivisionController works for now
(edit) @10853   10 years landauf re-added debug-output (after reviewing r10817). why was it removed? …
(edit) @10852   10 years landauf changed some small details (after reviewing r10817)
(edit) @10851   10 years gania works for the most part, still need to fix Section and Wingman
(edit) @10850   10 years gania ok, now you can use attack and protect just like in my level, but I …
(edit) @10849   10 years gania major change: introduced Actionpoints, look AITest.oxw. Only FLY works …
(edit) @10848   10 years gania still not compilable
(edit) @10847   10 years gania I hope that you don't code today, that version is not compilable just yet
(edit) @10846   10 years landauf added 'override' to inherited virtual functions in unittests
(edit) @10845   10 years landauf always use 'virtual' in the declaration of virtual functions even if …
(edit) @10844   10 years gania same as above
(edit) @10843   10 years gania gani check in before a major change
(edit) @10842   10 years fvultier
(edit) @10841   10 years paulsc Worked on retaliation level.
(edit) @10840   10 years gania action PROTECT works. Look FUCK
(edit) @10839   10 years bhatiab Worked on the Prologue
(edit) @10838   10 years gania Gani changed something
(edit) @10837   10 years vaydin fixed position offset, added definable direction for the meshes to fly …
(edit) @10836   10 years holzerj Added Mine, ice particle, rocketfire, psygun
(edit) @10835   10 years meierman Maze Generator works
(edit) @10834   10 years maxima AI_HS15 merged into campaignHS15
(edit) @10833   10 years luhug minor changes to luaTest.oxw
(edit) @10832   10 years gania minor bugfixes and code style improvement
(edit) @10830   10 years landauf removed SharedPtr (use std::shared_ptr instead)
(edit) @10829   10 years landauf replace all remaining usages of SharedPtr with std::shared_ptr
(edit) @10828   10 years landauf updated documentation
(edit) @10827   10 years gania same as before, a bit of polish up
(edit) @10826   10 years gania some comments added
(edit) @10825   10 years landauf use std::shared_ptr instead of orxonox::SharedPtr for FunctorPtr and …
(edit) @10824   10 years paulsc Renamed shuttle level to shuttleAttack.oxw
(edit) @10823   10 years paulsc Completed shuttle level (also added station names and such), added and …
(edit) @10822   10 years landauf added tests for FunctorPtr and ExecutorPtr
(edit) @10821   10 years muemart Run clang-modernize -loop-convert - Again, not all possible loops were …
(edit) @10820   10 years fvultier deleted useless file: spaceshipFS15 is the same as spaceshipHeartAttack
(edit) @10819   10 years fvultier deleted useless file: spaceshipFS15 is the same as spaceshipHeartAttack
(edit) @10818   10 years muemart - Fixed some suspicious virtual function signatures - Fixed some clang …
(edit) @10817   10 years muemart Run clang-modernize -add-override A few notes: - There are probably …
(edit) @10814   10 years fvultier
(edit) @10813   10 years muemart Use new random number generation functions
(edit) @10812   10 years paulsc Tried new tactic with mission failing, but still does not work…
(edit) @10811   10 years luhug added luaTest.oxw to test random city generation
(edit) @10810   10 years vaydin added offset option for explosion
(edit) @10809   10 years bhatiab Changed lookat var for Defender
(edit) @10808   10 years paulsc ended quests, added mission accomplishment
(edit) @10807   10 years vaydin added explosioneffects to the xml files
(edit) @10806   10 years hzuellig Added skybox and houses to betterearth.owx
(edit) @10805   10 years gania Finished groundwork: AI fights enemies like I want it to. TODO
(edit) @10804   10 years paulsc Started work on spaceshipShuttle.oxt, furthered quests.
(edit) @10803   10 years gania Works for DivisionController for now. Almost balanced AI! Dodges …
(edit) @10802   10 years paulsc Furthered quests, started work on pickups for quest 6.
(edit) @10801   10 years jo More straight forward jump level description.
(edit) @10800   10 years gania compilable
(edit) @10799   10 years gania prettier now
(edit) @10798   10 years gania low on battery 2
(edit) @10797   10 years gania low on battery
Note: See TracRevisionLog for help on using the revision log.