summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-17(svn r12756) -Cleanup: variable scope and coding style in station*smatz
2008-04-17(svn r12755) -Fix (r12706): aborting map generation was not properly handledglx
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-17(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function...smatz
2008-04-17(svn r12752) -Codechange: replace some magic constants in player_gui.cpp. Pat...rubidium
2008-04-17(svn r12751) -Codechange: do what has been done in r11862 in a different way ...rubidium
2008-04-17(svn r12750) -Fix (r12749): viewport for industry new messages was not shown ...rubidium
2008-04-17(svn r12749) -Codechange: store the viewport information in the windows that ...rubidium
2008-04-17(svn r12747) -Codechange: Add varaction retrieval of station animation framepeter1138
2008-04-17(svn r12746) -Codechange: Add map storage for station animation framepeter1138
2008-04-17(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()smatz
2008-04-16(svn r12741) -Codechange: do not allocate the viewport drawer each time on th...rubidium
2008-04-16(svn r12740) -Codechange: use a vector instead of allocating memory in a byte...rubidium
2008-04-16(svn r12739) -Codechange: use a vector instead of allocating memory in a byte...rubidium
2008-04-16(svn r12738) -Fix (r12736): some sprites could be left unsortedsmatz
2008-04-16(svn r12737) -Codechange: Replace vector with a cut down class to allocate sp...peter1138
2008-04-16(svn r12736) -Codechange: a (small) touch of coding style in viewport.cpp.rubidium
2008-04-16(svn r12735) -Codechange: use a vector instead of allocating memory in a byte...rubidium
2008-04-16(svn r12734) -Codechange: use a vector instead of allocating memory in a big ...rubidium
2008-04-16(svn r12733) -Codechange: Merge two more Widgets arrays (town views ) into one.belugas
2008-04-15(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't worksmatz
2008-04-15(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in t...rubidium
2008-04-15(svn r12717) -Fix (r11107): Check the TILE_NOT_SLOPED flag of the _north_ til...frosch
2008-04-15(svn r12716) -Fix: Do not compare StationIDs with DepotIDs or WaypointIDs.frosch
2008-04-14(svn r12714) -Fix [FS#1904]: do not move windows below the toolbar on resizes...rubidium
2008-04-14(svn r12713) -Fix: misleading comment. Patch by Yexo.rubidium
2008-04-14(svn r12711) -Codechange: remove unneeded loopsglx
2008-04-14(svn r12709) -Feature: show the last joined server. Heavily based on a patch ...rubidium
2008-04-14(svn r12708) -Fix (FS#1914): increase default sound buffer size only for vistaglx
2008-04-14(svn r12707) -Fix: do not crash very hard on unrecognised savegames, just go ...rubidium
2008-04-14(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the thre...rubidium
2008-04-14(svn r12705) -Codechange: enumification of some more widgetsbelugas
2008-04-14(svn r12704) -Codechange: code style cleanup, mostly switch case alignmentbelugas
2008-04-14(svn r12701) -Codechange: do not explicitly number a widget enum because that...rubidium
2008-04-14(svn r12700) -Cleanup (r12699): Remove an unused string.maedhros
2008-04-14(svn r12699) -Codechange: Unify the order drawing code for orders and timetab...maedhros
2008-04-14(svn r12698) -Codechange: skip orders to stations that do not have a train pa...rubidium
2008-04-13(svn r12697) -Codechange: give signs_gui.cpp a touch of coding style.rubidium
2008-04-13(svn r12696) -Fix: loading ancient savegames could result in invalid orders i...rubidium
2008-04-13(svn r12695) -Codechange: only allocate window structs when needed. Based on ...rubidium
2008-04-13(svn r12694) -Fix: do not call the mouse over callback on already deleted win...rubidium
2008-04-13(svn r12693) -Documentation: add some documentation to some window related st...rubidium
2008-04-13(svn r12692) -Codechange: swap to functions to remove a function declaration.rubidium
2008-04-13(svn r12691) -Fix (r12459): all company related news displayed the 'company i...glx
2008-04-13(svn r12690) -Cleanup: remove unused table from tgp.cppsmatz
2008-04-13(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for roa...rubidium
2008-04-13(svn r12688) -Change: make default non-stop for depot/waypoint orders the sam...rubidium
2008-04-13(svn r12687) -Change: show when a vehicle is actually leaving the station ins...rubidium
2008-04-13(svn r12686) -Fix: MSVC signed/unsigned warningglx
2008-04-13(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it ...smatz