Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2332   15 years chpeter current progress
(edit) @2331   15 years polakma fixed attaching
(edit) @2330   15 years dafrick Added some output.
(edit) @2329   15 years dafrick Forgot to add QuestListeners. ;)
(edit) @2328   15 years dafrick * Created QuestListeners, they can be used to affect Objects due to …
(edit) @2327   15 years polakma fixed parentWeaponSystem-Pointer bugs
(edit) @2326   15 years adrfried fix tolua compat handling
(edit) @2325   15 years adrfried lua check fixed
(edit) @2324   15 years dsommer Aufnehmen von festen Item und wieder ablegen
(edit) @2323   15 years martisty Added files as well…
(edit) @2322   15 years adrfried ceguilua include path fixed
(edit) @2321   15 years martisty PlaneCollisionShape
(edit) @2320   15 years bhildebr Completed code for class Scoreboard and fixed some compiler and linker …
(edit) @2319   15 years polakma fixed WeaponPack attaching
(edit) @2318   15 years adrfried cmake for mingw improved
(edit) @2317   15 years chpeter temporary update of trafficcontrol
(edit) @2316   15 years scheusso endianness test
(edit) @2315   15 years rgrieder Hackfixed compiler problem with gcc.
(edit) @2314   15 years rgrieder Temporary solution to steer our SpaceShip: Unlike before (exponential …
(edit) @2313   15 years rgrieder Added body queue to Scene: Physical objects now request to be added to …
(edit) @2312   15 years rgrieder msvc update.
(edit) @2311   15 years scheusso seems like some old files have been forgoten once upon a time …
(edit) @2310   15 years rgrieder Fixed build (missing include).
(edit) @2309   15 years scheusso made some adjustments mostly to the networkid (classid) in order to …
(edit) @2308   15 years polakma made some changes
(edit) @2307   15 years rgrieder - Removed source file inclusion in Synchronisable.cc (please don't do …
(edit) @2306   15 years rgrieder - More dealings with not yet implemented scaling of physical objects. …
(edit) @2305   15 years rgrieder - Exported Exception displaying to an inline function instead of the …
(edit) @2304   15 years rgrieder Author issues with copy & paste…
(edit) @2303   15 years rgrieder - Added support for attaching physical WorldEntities to each other. …
(edit) @2302   15 years rgrieder Added conversion templates for btVector3 ←→ Vector3 and btQuaternion …
(edit) @2301   15 years rgrieder Build fix for r2296.
(edit) @2300   16 years rgrieder Still getting physics and its implications straight: - Removed …
(edit) @2299   16 years rgrieder Applied ugliest hack ever: When ticking the objects (code position of …
(edit) @2298   16 years rgrieder Clarified use of different physical bodies. The "collisionType" XML …
(edit) @2297   16 years rgrieder Missed two getNode()→attachObject(…) in the last commit.
(edit) @2296   16 years rgrieder Made return value of WorldEntity::getNode() const —> Modifying the …
(edit) @2295   16 years rgrieder Removed depricated testing folder in util.
(edit) @2294   16 years dsommer
(edit) @2293   16 years dsommer private umgangen aber er liesst irgendwie die libs nicht :S
(edit) @2292   16 years rgrieder Finally managed to work out some physics. According to my tests, …
(edit) @2291   16 years rgrieder Added new XMLPort macro: XMLPortParamVariable It allows to directly …
(edit) @2290   16 years dsommer shipeq private matter…
(edit) @2289   16 years dsommer Added ShipEquipment to Pawn and various funtions for it -not …
(edit) @2288   16 years polakma added WeaponPack
(edit) @2287   16 years dafrick Fixed a stupid bug…
(edit) @2286   16 years dafrick Added UTF support.
(edit) @2285   16 years dafrick And some more debug output…
(edit) @2284   16 years dafrick Some more debug output.
(edit) @2283   16 years dafrick Some minor adjustments…
(edit) @2282   16 years dafrick Make NotificationQueue tickable…
(edit) @2281   16 years dafrick Fixed a bug, inserted some debug output.
(edit) @2280   16 years dafrick Implemented some rudimentary Notification system.
(edit) @2279   16 years adrfried CG removed from ini-file
(edit) @2278   16 years adrfried unsigned int → size_t for std::string related functions I hope this …
(edit) @2277   16 years adrfried temporarily removed _DEBUG
(edit) @2276   16 years chpeter network traffic current progress
(edit) @2275   16 years adrfried prepared tolua for different lua versions
(edit) @2274   16 years runom working version of atmosphere billboard and lod levels
(edit) @2273   16 years polakma small changes for tests
(edit) @2272   16 years polakma pojectile compiles.
(edit) @2271   16 years landauf renamed tutorial branch
(edit) @2270   16 years landauf removed old AI branch
(edit) @2269   16 years landauf removed old tutorial branch
(edit) @2268   16 years landauf removed core2 branch
(edit) @2267   16 years landauf removed first objecthierarchy branch
(edit) @2266   16 years landauf removed first weapon branch
(edit) @2265   16 years landauf removed first pickups branch
(edit) @2264   16 years landauf removed first questsystem branch
(edit) @2263   16 years landauf created new questsystem branch
(edit) @2262   16 years landauf set eol-style to native, no codechanges
(edit) @2261   16 years landauf merged questsystem2 back to trunk
(edit) @2260   16 years rgrieder Added NDEBUG and _DEBUG macros to all builds. This removes all asserts …
(edit) @2259   16 years rgrieder The idea with exceptions is that you can throw them without having the …
(edit) @2258   16 years dafrick Finalizing, found an error…
(edit) @2257   16 years landauf missed some files
(edit) @2256   16 years landauf The SpaceShips HUD is working again (Speedbar and Radar)
(edit) @2255   16 years scheusso Synchronisation of Ogre::Degree works now (some small stupid error) …
(edit) @2254   16 years landauf Update your media repository and delete keybindings.ini if you want to …
(edit) @2253   16 years rgrieder Small typo bugfix.
(edit) @2252   16 years rgrieder Removed tabs that got inserted in my vim sessions.
(edit) @2251   16 years dafrick Some cleanup…
(edit) @2250   16 years rgrieder Removed obsolete branches. @Beni: I guess you can't use it anymore …
(edit) @2249   16 years rgrieder Changes in visual studio solution: - Restored directories.vsprops - …
(edit) @2248   16 years rgrieder - Bugfix in tolua.c: Paths like "D:\" weren't considered absolute …
(edit) @2247   16 years scheusso reverted emptying of stable headers
(edit) @2246   16 years scheusso forgot a file and removed some debug output
(edit) @2245   16 years scheusso most coding is done, still testing now types should get transfered in …
(edit) @2244   16 years rgrieder Applied long created patch that removes plugins.cfg and puts the …
(edit) @2243   16 years rgrieder - Inserted IF when copying the config files from bin/ so existing …
(edit) @2242   16 years rgrieder Added a todo file, because I don't know how to solve these tasks myself.
(edit) @2241   16 years rgrieder Added svn:eol-style native property to all newly added files. It is …
(edit) @2240   16 years rgrieder Removed svn:ignore properties. If someone was using them, feel free to …
(edit) @2239   16 years rgrieder Resolved tolua include directory problem in another fashion by adding …
(edit) @2238   16 years rgrieder Added tolua README file.
(edit) @2237   16 years rgrieder Added "-DTIXML_USE_TICPP" to CXX_FLAGS and removed manual declarations …
(edit) @2236   16 years rgrieder - Changed working directory for tolua generator to …
(edit) @2235   16 years rgrieder Added lua file to do some testing.
(edit) @2234   16 years rgrieder Modified package.lua to automatically remove all _LibExport macros to …
(edit) @2233   16 years rgrieder Added 'w' argument for tolua. That specifies the working directory …
Note: See TracRevisionLog for help on using the revision log.