summaryrefslogtreecommitdiff
path: root/misc_gui.c
AgeCommit message (Expand)Author
2005-05-15(svn r2325) - Update OpenTTD for 0.4.0 releaseDarkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-12(svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe...Darkvater
2005-05-09(svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou...Darkvater
2005-04-14(svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself M...bjarni
2005-03-28(svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208...darkvater
2005-03-28(svn r2098) Make a variable static, move a function declaration to a header a...tron
2005-03-27(svn r2082) I have a name too!matthijs
2005-03-27(svn r2081) I have a real name, too.pasky
2005-03-25(svn r2060) Clean up some string construction and remove now unused macrotron
2005-03-25(svn r2057) Add InlineString() to make _userstring construction a bit cleaner.tron
2005-03-12(svn r2004) - Fix: [ 1149487 ] Autosave ignoring settingsDarkvater
2005-03-04(svn r1923) - Fix: [ 1155696 ] Crash with german umlauts in station names. Th...Darkvater
2005-02-22(svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu...Darkvater
2005-02-22(svn r1896) - Fix: remove Translated by hack since it's not usedDarkvater
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-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-10(svn r1853) Move spritecache function declarations into a header of their own...tron
2005-02-08(svn r1849) Use the cheat entry enum for CheatEntry.type and remove unused en...tron
2005-02-08(svn r1848) Remove the obscure feature of initialising the edit box with the ...tron
2005-02-07(svn r1845) - Revert r1835 since it totally screws network compilingdarkvater
2005-02-07(svn r1840) Repel str_buffr and use local buffers where possibletron
2005-02-06(svn r1833) byte -> char transition: the resttron
2005-02-06(svn r1827) Next iteration of the byte -> char transition: some string drawin...tron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1808) Use strcmp() instead of home brewed function str_eq()tron
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-03(svn r1778) - Fix: [ 1115200 ] In the main menu, when starting a new game whi...matthijs
2005-01-26(svn r1678) Added cheat option for setting production of raw-material product...miham
2005-01-23(svn r1632) -Fix: [1108008] Scenario creation bug; engines are of correct yea...darkvater
2005-01-23(svn r1627) -Fix: The tabulizer in action ^_^darkvater
2005-01-23(svn r1626) -Updated readme and credits list.darkvater
2005-01-23(svn r1625) -Alphabetized credits listdarkvater
2005-01-23(svn r1606) Fix some bogus caststron
2005-01-22(svn r1596) Add some more staticstron
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-13(svn r1496) -Fix: highscore no longer crashes in network games with a dedicat...darkvater
2005-01-10(svn r1476) -Fix: [1099209] Catchment area with drag&drop stations (Celestar)darkvater
2005-01-09(svn r1451) Fix some of the signed/unsigned comparison warningstron
2005-01-07(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...tron
2005-01-06(svn r1398) -Feature: CTRL+V (Paste) now works on all editboxes. This include...darkvater
2005-01-06(svn r1397) Add missing RESIZE_NONEtron
2005-01-04(svn r1379) -Fix: various GUI glitches. Added default sizes to various widget...darkvater
2005-01-04(svn r1374) -Feature: Add sticky item to finances window; sticky remains when...darkvater
2005-01-03(svn r1348) -Feature: resizable windows. Read the comment in window.h to find...truelight
2005-01-03(svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)darkvater
2005-01-03(svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offe...darkvater
2005-01-02(svn r1323) Adding autoreplace featurebjarni