Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5351   19 years bensch orxonox/trunk: building world_etities as a lib in …
(edit) @5350   19 years bensch orxonox/trunk: building all in src/util as a lib calles util/libORXutils.a
(edit) @5349   19 years bensch orxonox/trunk: build everything in src/lib as a libORXlibs.a
(edit) @5348   19 years bensch orxonox/trunk: fixed the subProjects… again
(edit) @5347   19 years bensch orxonox/trunk: building Graphics as a lib names libORXgraphics.a
(edit) @5346   19 years bensch orxonox/trunk: code-renice
(edit) @5345   19 years bensch orxonox/trunk: Text now does not segfault anymore, if Font could not …
(edit) @5344   19 years bensch orxonox/trunk: new Way to load and unload Text
(edit) @5343   19 years bensch orxonox/trunk: split open the text-engine
(edit) @5342   19 years bensch orxonox/trunk: moved text_engine to src/lib/graphics/text_engine …
(edit) @5341   19 years bensch orxonox/trunk: init-function of Font
(edit) @5340   19 years bensch orxonox/trunk: loading of text more modular
(edit) @5339   19 years bensch orxonox/trunk: fonts are now correctly loaded (from IMAGE) by the …
(edit) @5338   19 years bensch orxonox/trunk: added static bind-in font
(edit) @5337   19 years bensch orxonox/trunk: text-read from XPM works, but there still is an error …
(edit) @5336   19 years bensch orxonox/trunk: implemented default font.
(edit) @5335   19 years bensch orxonox/trunk: more fool-proov loading of important paths (data and image)
(edit) @5334   19 years bensch orxonox/trunk: fixed errors made in the fixing
(edit) @5333   19 years bensch orxonox/trunk: we do not have to shade the whole world
(edit) @5332   19 years bensch orxonox/trunk: minor cleanup (speed-issue) in LoadClassDescription, …
(edit) @5331   19 years bensch orxonox/trunk: inition is our motto, so now the debug function of the …
(edit) @5330   19 years bensch orxonox/trunk: autocompletion now also works for Static Function-commandos
(edit) @5329   19 years bensch orxonox/trunk: executing static commands work
(edit) @5328   19 years bensch orxonox/trunk: almost working
(edit) @5327   19 years bensch orxonox/trunk: more overwhelmingly complicated code, that slowly gets …
(edit) @5326   19 years bensch orxonox/trunk: ShellCommandStatic defined… now going to test it, (or …
(edit) @5325   19 years bensch orxonox/trunk: Shaders get loaded in the release now
(edit) @5324   19 years bensch orxonox/trunk: better algorithm for loading the Shader through the …
(edit) @5323   19 years bensch orxonox/trunk: Shaders can now be loaded via the ResourceManager
(edit) @5322   19 years bensch orxonox/trunk: smooth unloading of Shaders. but not perfect.
(edit) @5321   19 years bensch orxonox/trunk: more error-catchin in the shader
(edit) @5320   19 years bensch orxonox/trunk: better error-checking in the Shaders
(edit) @5319   19 years bensch orxonox/trunk: some minor file-handling
(edit) @5318   19 years bensch orxonox/trunk: new ReadFileArray function for shader
(edit) @5317   19 years bensch orxonox/trunk: Shaders are now NOT renderen in 2D-mode. After 2D-mode …
(edit) @5316   19 years bensch orxonox/trunk: some more pre-definition of GUI
(edit) @5315   19 years bensch orxonox/trunk: some renaiming of GUI i am looking forward to coding …
(edit) @5314   19 years bensch orxonox/trunk: added some files, that might be interessting for the GL_GUI
(edit) @5313   19 years bensch orxonox/trunk: minor nicessity fixes. no real bugs traced → :(
(edit) @5312   19 years bensch orxonox/trunk: build the glMenu as part of the new LIB: libORXguiGL
(edit) @5311   19 years bensch orxonox/trunk: moved the entire GUI
(edit) @5310   19 years bensch orxonox/trunk: movement of the GUI
(edit) @5309   19 years bensch orxonox/trunk: Ckeck if an Event is already subscribed via …
(edit) @5308   19 years bensch orxonox/trunk: Fixed a reversive BUG in the ResourceManager: Since …
(edit) @5307   19 years bensch orxonox/trunk: ResourceManager removed obsolete subMatch. This was a Bug
(edit) @5306   19 years bensch orxonox/trunk: ResourceManage-fixes
(edit) @5305   19 years bensch orxonox/trunk: better implementation of the Texture-loading
(edit) @5304   19 years bensch orxonox/trunk: so, ResourceManager now operates on BaseObjects. If …
(edit) @5303   19 years bensch orxonox/trunk: less output on quit… still some strange effecs caused …
(edit) @5302   19 years bensch orxonox/trunk: fixed bug in SkyShphere, doubly deleted Model
(edit) @5301   19 years bensch orxonox/trunk: some more nerving debug, that ment nothing.
(edit) @5300   19 years bensch orxonox/trunk: even less debug-info
(edit) @5299   19 years bensch orxonox/trunk: nicer DEBUG info in X11-style
(edit) @5298   19 years bensch orxonox/trunk: output-issues
(edit) @5297   19 years bensch orxonox/trunk: fixed out some really useless debug-code in the EventHandler
(edit) @5296   19 years bensch orxonox/trunk: modiefied PNode to match Element2D's removal methods. …
(edit) @5295   19 years bensch orxonox/trunk: compiling version of orxonox on X
(edit) @5294   19 years bensch orxonox/trunk: code should now also run on OS-X
(edit) @5293   19 years bensch orxonox/trunk: most remaining memory leaks are related to …
(edit) @5292   19 years bensch orxonox/trunk: overdone a minor 'BUG' in the NullParent-lib. this is …
(edit) @5291   19 years bensch orxonox/trunk: minor bug-fixes in the Event_listener. still have to …
(edit) @5290   19 years bensch orxonox/trunk: fixed issue with the overlaping char-arrays in the …
(edit) @5289   19 years bensch orxonox/trunk: hups… so much for copy/paste code…
(edit) @5288   19 years bensch orxonox/trunk: now it should be real save.
(edit) @5287   19 years bensch orxonox/trunk: fixed another 'BUG' inside of the deletion of the …
(edit) @5286   19 years bensch orxonox/trunk: fixed a bug in the deletion Process of NullElement2D. …
(edit) @5285   19 years bensch orxonox/trunk: nicer quit-modi TextEngine is now deleted by …
(edit) @5284   19 years bensch orxonox/trunk: issue in MD2Data: loaded filename even if it was NULL
(edit) @5283   19 years bensch orxonox/trunk: compile (but not link) on mac
(edit) @5282   19 years bensch orxonox/trunk: moved iostrem.
(edit) @5281   19 years bensch orxonox/trunk: remove unused stuff
(edit) @5280   19 years bensch orxonox/trunk: remove unused stuff
(edit) @5279   19 years bensch orxonox/trunk: almost mac compatibility
(edit) @5278   19 years bensch orxonox/trunk: cheap mac compatibility
(edit) @5277   19 years bensch orxonox/trunk: more variable configure
(edit) @5276   19 years bensch orxonox/trunk: configure.ac now has a new way to check for stuff. this …
(edit) @5275   19 years bensch orxonox/trunk: include problem
(edit) @5274   19 years bensch orxonox/trunk: new ebuild
(edit) @5273   19 years bensch orxonox/trunk: now shaders do not execute (segfault) on non-shader hardware
(edit) @5272   19 years bensch orxonox/trunk: check for glew should be ok now
(edit) @5271   19 years bensch orxonox/trunk: better checking, and not loading shader if it is …
(edit) @5270   19 years bensch orxonox/trunk: try and catch windows compatibility with glew, catch …
(edit) @5269   19 years bensch orxonox/trunk: flushing
(edit) @5268   19 years bensch orxonox/trunk: better error-handling through try and catch
(edit) @5267   19 years bensch orxonox/trunk: nicer error-checking
(edit) @5266   19 years bensch orxonox/trunk: Shaders now work :)
(edit) @5265   19 years bensch orxonox/trunk: configure now also checks for glew, and includes it
(edit) @5264   19 years bensch orxonox/trunk: reading Shaders now, and throw error
(edit) @5263   19 years bensch orxonox/trunk: using glew, and Shaders are now read
(edit) @5262   19 years bensch orxonox/trunk: file-parsing works
(edit) @5261   19 years bensch orxonox/trunk: structure of the Shader-lib
(edit) @5260   19 years bensch orxonox/trunk: checking for HW-extensions
(edit) @5259   19 years bensch orxonox/trunk: npc collide effect with player
(edit) @5258   19 years bensch orxonox/trunk: binding of the Sky is ok again. (parenting mode wasn't …
(edit) @5257   19 years bensch orxonox/trunk: bouncy effect with physically based animations… or …
(edit) @5256   19 years bensch orxonox/trunk: real strange, i thought i fixed this before this seems …
(edit) @5255   19 years bensch orxonox/trunk: minor changes (flush)
(edit) @5254   19 years bensch orxonox/trunk: some very little todo's…, and Names in all files
(edit) @5253   19 years bensch orxonox/trunk: real safe, and smooth now in the resize-mode of the …
(edit) @5252   19 years bensch orxonox/trunk: reverted changes to the Element2D-class, they are not needed
Note: See TracRevisionLog for help on using the revision log.