]> git.nickg.me.uk Git - traingame.git/shortlog
traingame.git
2010-04-18 Nick GassonMinor tweaks to buildings r0.2.0
2010-04-18 Nick GassonAllow scaling buildings
2010-04-18 Nick GassonNew demo map
2010-04-18 Nick GassonAdd GCC 4.5 STL profiling option
2010-03-28 Nick GassonAdd demo map
2010-03-28 Nick GassonAlways transform to correct height on points
2010-03-28 Nick GassonHide station window for the time being
2010-03-28 Nick GassonAdjust fog for large view distances
2010-03-28 Nick GassonFix rendering of crossover track
2010-03-28 Nick GassonMake fog stretch for far clip plane
2010-03-28 Nick GassonBump version
2010-03-28 Nick GassonRemove debug messages
2010-03-28 Nick GassonRemove follow queue code
2010-03-28 Nick GassonMake trucks pull the train down hill
2010-03-28 Nick GassonFix braking and stopping (again)
2010-03-28 Nick GassonFix resistance equation
2010-03-28 Nick GassonCache meshes for S-bends
2010-03-28 Nick GassonOnly do track transforms in one place
2010-03-28 Nick GassonRender curved rails within tile bounds
2010-03-28 Nick GassonCorrect placement of S-bend sleepers
2010-03-27 Nick GassonCompute offsets of Bezier curves to keep rails at const...
2010-03-27 Nick GassonRender sleepers in S-bend track
2010-03-27 Nick GassonCompute tiles covered by S-bends
2010-03-27 Nick GassonAdd transform function for S-bends
2010-03-27 Nick GassonSave and load S-bends
2010-03-27 Nick GassonCorrect rendering of S-bends
2010-03-21 Nick GassonBasic rendering of S-bends
2010-03-21 Nick GassonGet the editor to generate S-bends
2010-03-21 Nick GassonAdd stub class for S-bend track
2010-03-21 Nick GassonOptimise calls to Font::text_width
2010-03-21 Nick GassonRemove the `resetMarks` function to improve performance
2010-03-21 Nick GassonAdd a hill to the goods demo map
2010-03-21 Nick GassonAllow erasing stations
2010-03-21 Nick GassonAdd `reverse' status label
2010-03-21 Nick GassonFix stopping at stations
2010-03-21 Nick GassonDisplay speed as an absolute value
2010-03-21 Nick GassonMake trees a bit smaller
2010-03-20 Nick GassonSeperate trucks a bit
2010-03-20 Nick GassonFix bug in SlopeTrack gradient calculation
2010-03-20 Nick GassonFix gradient calculations
2010-03-20 Nick GassonTweak the lighting model a tiny bit
2010-03-20 Nick GassonAdd smoothing tool
2010-03-16 Nick GassonMake IRollingStock::length return a float
2010-03-16 Nick GassonTidy up some float/double conversion warnings
2010-03-16 Nick GassonMerge branch 'master' of ssh://vds/home/nick/git/traingame
2010-03-15 Nick GassonFix regression in Points::transform
2010-03-06 Nick GassonCompute effect of gravity correctly
2010-03-06 Nick GassonRemove redundant glob from CMakeLists
2010-03-06 Nick GassonFirst attempt at uphill/downhill physics
2010-03-05 Nick GassonAdd the uphill test map
2010-03-05 Nick GassonRemove some debugging output
2010-03-05 Nick GassonDraw sleepers on sloped track
2010-03-05 Nick GassonPut the trucks back in
2010-03-05 Nick GassonFix axis passed to new track
2010-03-04 Nick GassonGenerate smoother slopes at the expense of more Straigh...
2010-03-04 Nick GassonSlopes working properly
2010-03-04 Nick GassonAdjust precision of floating point output
2010-03-04 Nick GassonStart debugging slope join problems
2010-03-04 Nick GassonBasic rotating up and down
2010-03-04 Nick GassonMake going up and down work in all cases
2010-03-03 Nick GassonBit more progress on getting train to go up and down
2010-03-02 Nick GassonStart getting the train to go uphill
2010-03-02 Nick GassonMerge branch 'master' into slope_track
2010-03-02 Nick GassonRemove signal handler as it seems to upset X
2010-02-28 Nick GassonMerge branch 'master' into slope_track
2010-02-28 Nick GassonSome tabs had snuck in
2010-02-28 Nick GassonMerge branch 'master' into slope_track
2010-02-28 Nick GassonRemove SEGV workaround: this isn't the problem
2010-02-28 Nick GassonNo need to store `flip' field for SlopeTrack
2010-02-28 Nick GassonLoad sloped track from XML
2010-02-28 Nick GassonDo some fancy maths to make the slopes line up nicely
2010-02-28 Nick GassonSimple upward slopes working
2010-02-28 Nick GassonMake SlopeTrack work like a proper track segment
2010-02-28 Nick GassonGenerate sloped track
2010-02-28 Nick GassonAdd stub SlopeTrack class
2010-02-28 Nick GassonCalculate slope before and after sloped section
2010-02-28 Nick GassonDetect slopes and warn they're not supported
2010-02-28 Nick GassonOnly allow track to be placed on level ground
2010-02-28 Nick GassonAdd start of loading/unloading window
2010-02-28 Nick GassonPrevent planting of trees over track or other scenery
2010-02-28 Nick GassonAdd some trees to the goods_demo map
2010-02-28 Nick GassonAdd lots of trees to the figure8 map
2010-02-28 Nick GassonScatter trees randomly in dragged area
2010-02-28 Nick GassonRename `throttle' to `power' in GUI
2010-02-27 Nick GassonHaving both placeBuilding and addScenery is pointless
2010-02-27 Nick GassonStoring trees and buildings separately is pointless
2010-02-27 Nick GassonUse boot::program_options to parse command line
2010-02-27 Nick GassonAdd support for non-square maps
2010-02-27 Nick GassonMake scenery picker generic
2010-02-27 Nick GassonRename BuildingPicker to SceneryPicker
2010-02-27 Nick GassonMake buildings implement IScenery and remove IBuilding
2010-02-27 Nick GassonHave Building track its own location
2010-02-27 Nick GassonAllow deleting trees
2010-02-27 Nick GassonDisallow raising terrain over track
2010-02-27 Nick GassonAdjust land height in figure8 map
2010-02-27 Nick GassonTweak sea and beach colours
2010-02-27 Nick GassonFix speed issue when reversing
2010-02-27 Nick GassonChange control method to use up/down keys
2010-02-27 Nick GassonStop including all of SDL with IScreen.hpp
2010-02-27 Nick GassonFix smoke trail visual artefacts
next