Age | Commit message (Expand) | Author |
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 |
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 l... | 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-16 | (svn r11648) -Fix [FS#1560]: the company password was not set when one presse... | rubidium |
2007-12-16 | (svn r11643) -Codechange: conform with the coding style for the WP macro uses. | rubidium |
2007-12-13 | (svn r11630) -Fix [FS#1544] (r11556): the chat GUI got broken. | rubidium |
2007-12-08 | (svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done... | glx |
2007-12-08 | (svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ... | belugas |
2007-12-07 | (svn r11588) -Codechange: use the new member introduced in r11551 | glx |
2007-12-06 | (svn r11584) -Change: add some extra checking in the hope to find the cause o... | rubidium |
2007-12-06 | (svn r11579) -Revert(r11578): some cases of key propagation are not handled c... | belugas |
2007-12-06 | (svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi... | belugas |
2007-12-02 | (svn r11557) -Codechange: send and store the passwords a little more secure t... | rubidium |
2007-12-02 | (svn r11556) -Feature: allow setting a default password for new companies in ... | rubidium |
2007-12-02 | (svn r11555) -Codechange: use the new members introduced in r11551. | rubidium |
2007-11-25 | (svn r11522) -Fix: The scrollbar of the network gui could run out of bounds | skidd13 |
2007-11-25 | (svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in ... | smatz |
2007-11-24 | (svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in netwo... | smatz |