]> git.nickg.me.uk Git - traingame.git/shortlog
traingame.git
2009-04-29 Nick GassonAdd control interface to engines
2009-04-26 Nick GassonCheck for OpenGL errors after every frame
2009-04-26 Nick GassonAdd awesome tracking train cam
2009-04-26 Nick GassonComplete loading from XML
2009-04-26 Nick GassonSerialise to file
2009-04-26 Nick GassonSerialise to XML
2009-04-26 Nick GassonAdd command line interface
2009-04-26 Nick GassonA wrapper for the Xerces parser
2009-04-26 Nick GassonInitial attempt at schema file
2009-04-25 Nick GassonInitial attempt at Xerces map parser
2009-04-25 Nick GassonSet up xerces
2009-04-25 Nick GassonRemove debugging and useless functions from editor
2009-04-25 Nick GassonAdd a crossover track section
2009-04-25 Nick GassonAdd API hook for merging track segments
2009-04-25 Nick GassonAdd colour to console messages
2009-04-25 Nick GassonFix bug with train going backwards round curved track
2009-04-25 Nick GassonFix animation when moving backwards around curved track
2009-04-25 Nick GassonAdd some heuristics to guess which track shape to select
2009-04-25 Nick GassonNearly working track drawing
2009-04-25 Nick GassonOne curved track case sorted
2009-04-25 Nick GassonDraw the straight part of the track before the curve
2009-04-25 Nick GassonBump up the resolution a bit
2009-04-25 Nick GassonMove fog code into its own class
2009-04-25 Nick GassonFiddle with colours, materials, etc.
2009-04-24 Nick GassonPerhaps fix the XIO problem
2009-04-24 Nick GassonRemove screen update thread: maybe this has something...
2009-04-22 Nick GassonFix one more editor positioning
2009-04-22 Nick GassonAllow track segment to attach to multiple places in map
2009-04-22 Nick GassonRemove old CEGUI header
2009-04-11 Nick GassonAdd the FPS to the window title
2009-04-11 Nick GassonRemove debugging messages
2009-04-11 Nick GassonWoo!! Train finally drives round curves properly
2009-04-11 Nick GassonWorking curve transformations
2009-04-11 Nick GassonTravel both directions on straight track
2009-04-11 Nick GassonCompute the next section of track for curves
2009-04-11 Nick GassonA little bit of progress on track
2009-04-10 Nick GassonFix rail normals
2009-04-10 Nick GassonFinally sort out curved rail rendering
2009-04-10 Nick GassonCurved track is a bit of a fail
2009-04-10 Nick GassonMove lighting into a separate class
2009-04-10 Nick GassonFix normals for curved outer rail
2009-04-10 Nick GassonFix rendering of curved track with GL_CULL_FACE
2009-04-10 Nick GassonAdd a separate namespace for track related constants
2009-04-09 Nick GassonDraw straight track correctly
2009-04-09 Nick GassonMake orientation a vector
2009-04-09 Nick GassonFix corner case with straight track
2009-04-02 Nick GassonAdd direction information to track
2009-04-02 Nick GassonRemove pointless ITextureManager interface
2009-04-02 Nick GassonFix normals and order of rails and sleepers
2009-04-02 Nick GassonFix bug in quad tree rendering
2009-04-02 Nick GassonRemove CEGUI from CMakeLists
2009-04-02 Nick GassonPainting track works (sort of)
2009-04-02 Nick GassonSelect parts of the map for track
2009-04-01 Nick GassonRemove CEGUI
2009-04-01 Nick GassonDraw highlight on map
2009-03-30 Nick GassonLast fiddling with CEGUI
2009-03-29 Nick GassonAdd fog
2009-03-29 Nick GassonFix some merge problems
2009-03-29 Nick GassonMerge commit '155115e'
2009-03-29 Nick GassonDefine own CEGUI look and feel
2009-03-29 Nick GassonSomething is broken
2009-03-29 Nick GassonIntegrate CGUI
2009-03-29 Nick GassonAdd script to find CEGUI on Linux
2009-03-26 Nick GassonAllow placing of track
2009-03-26 Nick GassonAdd separate onMouseRelease event
2009-03-25 Nick GassonPicking and basic track editor
2009-03-25 Nick GassonAdd interface for pick buffer
2009-03-24 Nick GassonDraw sleepers!
2009-03-23 Nick GassonMake train go round corners!
2009-03-21 Nick GassonAdjust track step size and width
2009-03-21 Nick GassonDraw the train in the right place
2009-03-21 Nick GassonDraw curved rails!!!
2009-03-21 Nick GassonMove train between segments
2009-03-18 Nick GassonAdd virtual destructors and remove profiling
2009-03-15 Nick GassonPut end of track assertion back in
2009-03-15 Nick GassonYay! a moving train!
2009-03-15 Nick GassonTexture map the train
2009-03-15 Nick GassonAdd initial train models
2009-03-15 Nick GassonMuch improved model loader
2009-03-15 Nick GassonNew model loader
2009-03-15 Nick GassonTrack rendering
2009-03-15 Nick GassonRender map to display lists
2009-03-14 Nick GassonLimit frame rate
2009-03-14 Nick GassonWorking frustum culling
2009-03-14 Nick GassonRender terrain grid
2009-03-14 Nick GassonImport quad tree code from Lords game
2009-03-14 Nick GassonTexture manager
2009-03-14 Nick GassonPlay with lighting
2009-03-14 Nick GassonModel loading and display
2009-03-14 Nick GassonCreate blank windows
2009-03-14 Nick GassonAdd ignore file
2009-03-14 Nick GassonInitial commit