index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openttd.cpp
Age
Commit message (
Expand
)
Author
2007-12-28
(svn r11713) -Codechange: Move some declarations and definitions in a more lo...
belugas
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-23
(svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-12-19
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...
rubidium
2007-12-19
(svn r11667) -Codechange: split window.h into a header that defines some 'glo...
rubidium
2007-12-17
(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...
smatz
2007-12-16
(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...
smatz
2007-12-16
(svn r11646) -Codechange: check whether (some) characters are missing in the ...
rubidium
2007-12-16
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...
smatz
2007-12-16
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
rubidium
2007-12-12
(svn r11626) -Fix [FS#1529]: Pause state wasn't set correctly in multiplayer ...
skidd13
2007-12-12
(svn r11624) -Fix[FS#1530]: An error in the translation of bitset to scroll d...
belugas
2007-12-11
(svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/trans...
glx
2007-12-07
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always retur...
rubidium
2007-12-04
(svn r11573) -Codechange: pause games that miss GRFs by default and throw som...
rubidium
2007-12-04
(svn r11572) -Fix [FS#1494]: reinitialise windows system before loading a sav...
glx
2007-12-02
(svn r11556) -Feature: allow setting a default password for new companies in ...
rubidium
2007-11-28
(svn r11537) -Codechange: make it much harder to 'accidentally' add savegame ...
rubidium
2007-11-25
(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, stati...
rubidium
2007-11-24
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...
skidd13
2007-11-22
(svn r11495) -Fix (r11493): some compilers fail to show warnings when they sh...
rubidium
2007-11-22
(svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried ...
rubidium
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-11-10
(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...
belugas
2007-10-22
(svn r11338) -Fix [FS#1359]: water tiles not at sealevel (i.e. canals) should...
rubidium
2007-10-16
(svn r11277) -Fix (r8498): the check for ghost station (on water industries) ...
glx
2007-10-16
(svn r11276) -Codechange: be more consistent with naming of some accessors.
rubidium
2007-10-11
(svn r11244) -Fix: trees can now be planted on bare land without making it gr...
truelight
2007-09-27
(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C
glx
2007-09-22
(svn r11138) -Codechange: prepare some subsystems for persistent storage for ...
rubidium
2007-09-13
(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter ...
truelight
2007-09-01
(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a st...
rubidium
2007-08-26
(svn r10982) -Fix [FS#1162]: some old savegames could be in a state that the ...
rubidium
2007-08-06
(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename...
rubidium
2007-08-04
(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more
truelight
2007-08-03
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...
rubidium
2007-08-03
(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID...
peter1138
2007-07-29
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...
rubidium
2007-07-16
(svn r10601) -Codechange: store (and use) the type of stations instead of har...
rubidium
[prev]
[next]