Age | Commit message (Expand) | Author |
2006-01-28 | (svn r3461) - Fix: Increase window-size as for 64-bit machines it wasn't enough | Darkvater |
2006-01-26 | (svn r3441) - Feature: Allow the network game list to be sorted (by name/clie... | Darkvater |
2006-01-26 | (svn r3439) - CodeChange: Remove a whole bunch of global variables and put th... | Darkvater |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2006-01-05 | (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAuto... | tron |
2005-12-24 | (svn r3336) byte -> WindowClass, uint16 -> WindowNumber | tron |
2005-12-14 | (svn r3302) - Fix: split drawing of text buttons and the closebox, so the clo... | peter1138 |
2005-12-13 | (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with ... | peter1138 |
2005-11-22 | (svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" ... | peter1138 |
2005-11-14 | (svn r3178) - Codechange: move static _dropdown_* vars into the window custom... | peter1138 |
2005-11-13 | (svn r3176) Use proper types, not some variants of int | tron |
2005-11-10 | (svn r3162) -Fix: renamed 'Message' to 'WindowMessage', a struct named 'Messa... | truelight |
2005-11-04 | (svn r3133) - static, const | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-09-23 | (svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select co... | peter1138 |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-07-28 | (svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled... | celestar |
2005-07-24 | (svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n... | celestar |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-17 | (svn r2626) static, const, misc. | tron |
2005-07-15 | (svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the ... | ludde |
2005-07-08 | (svn r2530) - Fix: [ 1219829 ] Mouse-wheel crashes OTTD. Widget detection fai... | Darkvater |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-15 | (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'f... | hackykid |
2005-04-05 | (svn r2152) - Fix: Chatbar in MP games is now on-top of the news window. | darkvater |
2005-03-26 | (svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseL... | pasky |
2005-03-09 | (svn r1978) - Fix: Plug some memleaks; thanks Valgrind | Darkvater |
2005-02-21 | (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli... | Darkvater |
2005-02-19 | (svn r1890) Begin to clean up the edit box: Remove one global variable and sp... | tron |
2005-02-06 | (svn r1827) Next iteration of the byte -> char transition: some string drawin... | tron |
2005-01-26 | (svn r1680) Feature: Replace train GUI now remembers the railtype selected in... | bjarni |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-14 | (svn r1508) Remove duplicate declarations and include proper headers where ne... | tron |
2005-01-14 | (svn r1503) Added feature: | miham |
2005-01-13 | (svn r1496) -Fix: highscore no longer crashes in network games with a dedicat... | darkvater |
2005-01-11 | (svn r1479) -Added highscore chart (accessible from the difficulty window) wi... | darkvater |
2005-01-11 | (svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 a... | darkvater |
2005-01-03 | (svn r1350) Replace Vehicle GUI: | bjarni |
2005-01-03 | (svn r1348) -Feature: resizable windows. Read the comment in window.h to find... | truelight |
2005-01-03 | (svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offe... | darkvater |
2005-01-03 | (svn r1330) Increase size of some vars from int16 to int32 to guard against f... | tron |
2005-01-02 | (svn r1323) Adding autoreplace feature | bjarni |
2004-12-29 | (svn r1297) Language fixes in the source.. (ln-) | miham |
2004-12-22 | (svn r1225) -Feature: SHIFT+DEL now deletes all non-vital windows (only statu... | darkvater |
2004-12-15 | (svn r1121) -Feature: Added sticky windows feature. A small pin allows the us... | darkvater |
2004-12-10 | (svn r1009) -Feature: per-station vehicle lists | tron |
2004-12-04 | (svn r942) -Merged branch/network back into the trunk | truelight |
2004-11-15 | (svn r623) -Feature: [ 1066504 ] Pause key pauses the game | tron |