Age | Commit message (Expand) | Author |
2008-04-30 | (svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka. | rubidium |
2008-04-18 | (svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw... | smatz |
2008-04-18 | (svn r12765) -Codechange: move some stuff out of variables.h that required in... | rubidium |
2008-04-18 | (svn r12762) -Fix: tabs after the first non-tab character are generally not o... | rubidium |
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ... | rubidium |
2008-04-14 | (svn r12709) -Feature: show the last joined server. Heavily based on a patch ... | rubidium |
2008-04-14 | (svn r12701) -Codechange: do not explicitly number a widget enum because that... | rubidium |
2008-04-09 | (svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading s... | rubidium |
2008-04-04 | (svn r12574) -Fix: binding to a specific IP could cause OpenTTD to not regist... | rubidium |
2008-03-31 | (svn r12501) -Codechange: split signs.h. | rubidium |
2008-03-31 | (svn r12499) -Codechange: some coding style tweaks for network_internal.h. | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | rubidium |
2008-03-26 | (svn r12426) -Cleanup: sprinkle some coding style over a few files. | rubidium |
2008-03-26 | (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo... | rubidium |
2008-03-24 | (svn r12407) -Add [FS#1866]: more language flags for servers | glx |
2008-03-24 | (svn r12404) -Codechange: rename the string buffer used for network GUIs to s... | rubidium |
2008-03-24 | (svn r12403) -Codechange: unmisuse a variable in the chat window and make the... | rubidium |
2008-03-15 | (svn r12370) -Fix [FS#1853]: Close language drop down when parent window is c... | peter1138 |
2008-03-15 | (svn r12367) -Fix [FS#1650](r707): commands were sent to clients waiting for ... | smatz |
2008-01-29 | (svn r12017) -Fix: when you have more than 9 network interfaces you'll enter ... | rubidium |
2008-01-29 | (svn r12004) -Codechange: refactor the random functions to reduce code duplic... | rubidium |
2008-01-18 | (svn r11920) -Fix (r11844): train count was incorrect in network lobby window... | glx |
2008-01-18 | (svn r11915) -Codechange: Add a function to draw a sort button's up/down arro... | peter1138 |
2008-01-17 | (svn r11909) -Codechange: use dropdown widget for player livery, network lobb... | peter1138 |
2008-01-14 | (svn r11848) -Codechange: New class-based drop down list functionality. Lists... | peter1138 |
2008-01-13 | (svn r11844) -Fix: road vehicle count was incorrect in network lobby window | glx |
2008-01-13 | (svn r11840) -Codechange: split network.h so not everything in there needs to... | rubidium |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11829) -Feature: allow reloading openttd.cfg when starting a new game o... | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-12 | (svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ ... | rubidium |
2008-01-11 | (svn r11811) -Fix: make compilation without networking work again (and thus m... | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
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 |
2008-01-05 | (svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken | glx |
2007-12-28 | (svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenario... | 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 r11695) -Codechange: Converted the md5 algorithm to OOP | skidd13 |
2007-12-25 | (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp. | 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 r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |