Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-22 | (svn r11951) -Fix (r11279): loading of very old savegames was broken | smatz | |
2008-01-13 | (svn r11840) -Codechange: split network.h so not everything in there needs ↵ | rubidium | |
to be included when wanting to know whether we are a server. | |||
2008-01-13 | (svn r11839) -Codechange: move some variables from variables.h to a more ↵ | rubidium | |
logical location. | |||
2008-01-13 | (svn r11829) -Feature: allow reloading openttd.cfg when starting a new game ↵ | rubidium | |
on a dedicated server. Patch by dihedral. | |||
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ↵ | rubidium | |
unneeded include from openttd.h. | |||
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium | |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ↵ | rubidium | |
when it's not necessary. | |||
2008-01-07 | (svn r11776) -Codechange: more header splittings to reduce the dependencies. | rubidium | |
2008-01-07 | (svn r11771) -Codechange: split settings.h into better separated headers. | rubidium | |
2007-12-29 | (svn r11719) -Codechange: split sound.h in a header with types and one with ↵ | rubidium | |
functions. | |||
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of ↵ | rubidium | |
useless includes. | |||
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium | |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more ↵ | rubidium | |
logical place and remove about 50% of the includes of 'functions.h' | |||
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when ↵ | rubidium | |
it is really needed. | |||
2007-12-25 | (svn r11690) -Fix: Since indices into the patch array is sent over the ↵ | egladil | |
network having conditionally compiled entries in the table can cause desyncs. Moving them to the end will hide this issue, but it should really be solved in a better way. | |||
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a ↵ | rubidium | |
single file and do not include gfx.h everywhere to get a Point type. | |||
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to ↵ | rubidium | |
their respective places. | |||
2007-12-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium | |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more ↵ | rubidium | |
logical locations. | |||
2007-12-19 | (svn r11668) -Codechange: more refactoring aimed at reducing compile time ↵ | rubidium | |
and making it more logic where function definitions can be found. | |||
2007-12-19 | (svn r11667) -Codechange: split window.h into a header that defines some ↵ | rubidium | |
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. | |||
2007-12-08 | (svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with ↵ | rubidium | |
(Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions. | |||
2007-12-08 | (svn r11594) -Fix: don't allow changing network only patches settings from ↵ | glx | |
console when not in network game | |||
2007-12-02 | (svn r11556) -Feature: allow setting a default password for new companies in ↵ | rubidium | |
network games. | |||
2007-12-01 | (svn r11547) -Add: signal selection GUI for the ones that really like to use ↵ | rubidium | |
that over CTRL. Patch by BigBB. | |||
2007-11-24 | (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them ↵ | skidd13 | |
fitting to the naming style | |||
2007-11-20 | (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ↵ | skidd13 | |
remaining to fit with the naming style | |||
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming ↵ | skidd13 | |
style | |||
2007-11-19 | (svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style | skidd13 | |
This fixes also FS#1450 | |||
2007-11-19 | (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ↵ | skidd13 | |
with the coding style | |||
2007-11-17 | (svn r11452) -Change: do not allow configuration changes, that NewGRFs can ↵ | rubidium | |
directly use to change their behaviour, during network games as this can cause desyncs. | |||
2007-11-10 | (svn r11399) -Feature(ette): transparency settings can now be saved and thus ↵ | belugas | |
remembered. -Codechange: Wrap all transparency settings in accessors, hiding the implementation -Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui. Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant. | |||
2007-10-18 | (svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option ↵ | rubidium | |
caused desyncs. | |||
2007-10-16 | (svn r11279) -Codechange: use a typedeffed type for all magic with ↵ | rubidium | |
GameDifficulty instead on relying ints to always be 32 bits, which they are not. | |||
2007-10-15 | (svn r11269) -Feature: user customisable faces. Patch by BigBB. | rubidium | |
2007-09-30 | (svn r11188) -Codechange: rewrite of the town action related code (remove ↵ | rubidium | |
some of the magic). -Feature: possibility to disable exclusive rights and giving money. Both by skidd13. | |||
2007-09-26 | (svn r11172) -Codechange: rewrite of town road building and addition of the ↵ | rubidium | |
possibility to clean up unconnected road bits during the local road reconstructions. Based on a patch by skidd13. | |||
2007-09-14 | (svn r11107) -Feature: some tool so one can still build tunnels under rails ↵ | rubidium | |
(and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch. | |||
2007-09-13 | (svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter ↵ | truelight | |
(so you don't have to keep on doing 'openttd -b 32bpp-optimized'..) | |||
2007-09-09 | (svn r11067) -Codechange: also make it possible to use the advanced vehicle ↵ | rubidium | |
list for other players. Patch by SmatZ. | |||
2007-09-08 | (svn r11063) -Codechange: make it possible for people to view the loading ↵ | rubidium | |
indicators of everyone. Patch by SmatZ. | |||
2007-08-29 | (svn r10996) -Feature: [OSX] added more options for right click emulation ↵ | bjarni | |
(controlled from the interface tab in the patch window) This only works with the cocoa drivers (you will use the cocoa drivers unless you manually switched to SDL and compiled yourself) Note: if control-click is selected, then the ingame control-click (like presignals and such) will be command-click Requested and tested by ln- (so he should be blamed if this goes wrong :P ) | |||
2007-08-14 | (svn r10886) -Codechange: modify the "start network server" GUI so it can ↵ | rubidium | |
actually handle more than 10 clients/companies/spectators in a nice way, i.e. without making a combobox with 100 players and add 90 new strings to be able to do so. | |||
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from ↵ | rubidium | |
variables.h to strings.h | |||
2007-07-06 | (svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an ↵ | rubidium | |
amount of money and then it might (with a given chance) build a raw industry somewhere on the map. | |||
2007-06-27 | (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of ↵ | rubidium | |
infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. | |||
2007-06-25 | (svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail ↵ | rubidium | |
type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map. | |||
2007-06-23 | (svn r10298) -Fix [FS#903]: show the subdirectory below the default data ↵ | rubidium | |
directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. | |||
2007-06-21 | (svn r10254) -Feature: loading indicator, which shows in % how full a ↵ | truelight | |
vehicle is while loading/unloading (TheJosh) | |||
2007-06-20 | (svn r10236) -Feature: Introduce a form of timetabling for vehicles. | maedhros | |