Commit Graph

1610 Commits (c6f56edcff05e5e1bcdc664ffd6434234255c922)
 

Author SHA1 Message Date
miham e25dd2c2c3 (svn r1913) Weekly langfile update 20 years ago
Darkvater ef24a3caa8 (svn r1912) - Fix: [ 1149766 ] Single tile Bridge in Volcano City scenario. Some bridges still had the old single-tile bridge bug that was caused by improper town growth in combination with DC_AUTO. Fixed the scenario. 20 years ago
tron 9efcfc65af (svn r1911) Put back an "if" i accidently removed in r1898 20 years ago
tron f55bde6ee4 (svn r1910) Move two variables out of variables.h which are only used locally 20 years ago
Darkvater 50ac80cb4c (svn r1909) - Fix: [ 1145593 ] assertion failed when saving the game. It is nice to also update the savegame format when you update town statistics :) 20 years ago
Darkvater d51e9e3d03 (svn r1908) - Fix: [ 1149403 ] Signals dissaper after typing text and pressing enter!. Signs in Scenario Editor have no owner so ignore that. 20 years ago
darkvater 0abd611c0a (svn r1907) - Fix: [ 1114261 ] Speeding up when pressing ALT+TAB (Windows) 20 years ago
Darkvater 0ddbc1304b (svn r1906) - Fix: [ 1117327 ] Assertion error on kick. When a company is cleaned all its windows need to be closed. For global vehicle lists, the no-staiton index of -1 was not taken into account 20 years ago
Darkvater 1f66d60272 (svn r1905) - Fix: [ 1118810 ] openttd: ship_cmd.c:642 ... Assertion failed. Mapwrap fixed in ship_cmd.c (was implicitely ok before biggermaps).
- CodeChange: rename all vehicle controllers to ...Controller for their similar behaviour
20 years ago
tron 6805abe0f3 (svn r1904) Remove some more unused stuff 20 years ago
tron 20b8c48440 (svn r1903) Replace some casts and macro magic with proper typing, similar to r1902 20 years ago
tron c2a6d182d7 (svn r1902) Replace some casts with proper typing 20 years ago
Darkvater 7746c4722b (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h) 20 years ago
tron aa55bc1559 (svn r1900) Simplify a piece of code in the oldloader 20 years ago
Darkvater 5b261af659 (svn r1899) - Fix: fix braindead strcmp from previous commit. /me bangs head into the wall 20 years ago
tron 51eef8c5b7 (svn r1898) Remove some unused macros from macros.h and move some others to more appropriate headers 20 years ago
Darkvater f22eab5544 (svn r1897) - Fix: [ 1120424 ] Set name overwrites same name. Renamings because your name is in use are virtual though so if name "b" is in use your name will become "b #1", renaming yourself again to "b" will become "b #2", and will toggle between these two. 20 years ago
Darkvater fbe47d912a (svn r1896) - Fix: remove Translated by hack since it's not used 20 years ago
Darkvater 33ae18b8b3 (svn r1895) - Fix: add assert for charwidth getter just in case 20 years ago
Darkvater d865c55007 (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handling of text with that of editboxes
- Codechange: Introduction of Textbuf struct which not only holds physical data as length but also pixel-constrains (width) and information about the caret
- Codechange: Move Clipboard function to OS specific file. Currently only Windows has clipboard actions
- Feature: Editboxes, console and exit screen also accept the numeric-enter as a yes
- Feature: Navigation through text with cursor keys is possible, as well as arbitrary insertion (also paste) and deletion; both backspace and del keys. Functions DeleteTextBufferChar, InsertTextBufferChar and InsertTextBufferClipboard handle input and deletion. Navigation is done through MoveTextBufferPos.
- Fix: OTTD crash when opening 'add server' editbox
- CodeChange: fix up some stringwidth calculations in gfx.c. You can get the width in pixels of a character by calling GetCharacterWidth().
20 years ago
tron 0d8dcacee2 (svn r1893) If -i was specified respect it 20 years ago
celestar ae2cfeefe3 (svn r1892) -Fix: [ 1117730 ] Production values of temperate-climate banks can now be altered 20 years ago
celestar d06f52a7f0 (svn r1891) -Fix: [ 1143587 ] carriages of newgrfs can be refitted again 20 years ago
tron 2de3dc2735 (svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two 20 years ago
celestar bf5e0c10ce (svn r1889) -Fix: [ 1108637 ] 'Play scenario' now loads game options and difficulty, 'Load game' starts game with user-selected values. 20 years ago
tron b973ad1df9 (svn r1888) The landscape template sprites are ordinary sprites, treating them as non-sprites resulted in yet another endianess issue. This fixes the problem introduced in r1855 20 years ago
tron eff3252095 (svn r1887) Stylistic change of ConExec() 20 years ago
tron 4a4b9d145d (svn r1886) Correctly process the last line of a script, even if it's not newline terminated. Also print an error message if something goes wrong while reading from the script file 20 years ago
tron 9f4e45d333 (svn r1885) Fix typo in r1884 20 years ago
tron 431447ef87 (svn r1884) Change palette detection algorithm: Use the DOS palette if there are no Windows .grfs but at least one DOS .grf 20 years ago
tron 73c0f21363 (svn r1883) -Fix: [1109400] Better test if a string actually contains any console command 20 years ago
tron f7991303e8 (svn r1882) Add a basic check if a non-existent sprite gets accessed.
Now ottd bails out with an error message instead of segfaulting.
This is far from perfect, some checks after loading a savegame should be added.
20 years ago
celestar fe6f9e9a65 (svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit 20 years ago
miham 7678a937e4 (svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi) 20 years ago
tron 7a690eb5fb (svn r1879) Revise name handling, no functional changes 20 years ago
darkvater 9cfe28aee8 (svn r1878) - Change: MSVC.NET project file, remove WITH_SDL since it is really unneeded from windows builds. And put back 'treat warnings as errors' flag. 20 years ago
tron c17c743ed4 (svn r1877) Forgot to remove two now unused variables 20 years ago
tron 4102982ef4 (svn r1876) Make placement of oil rigs and refineries map size agnostic 20 years ago
tron 5ff839732e (svn r1875) Effect vehicle overhaul: enumerate sprites, descriptive names for functions and miscellaneous improvements 20 years ago
tron e2359c11ae (svn r1874) Fix bug introduced in r1839 which placed snow covered trees below the snow line ([1121680]) 20 years ago
tron 8fea0f0a8f (svn r1873) Ignore SIGPIPE 20 years ago
celestar d449145799 (svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/ 20 years ago
miham 9e847075fa (svn r1871) Daily langfile updates #2. 20 years ago
miham fac25561bc (svn r1870) Added new language: lithuanian 20 years ago
tron 1ef2ad611f (svn r1869) Fix some bugs in the bulldozer movement implementation.
Now they move in a sane pattern.
20 years ago
tron 9f7074a706 (svn r1868) Improve readability of the bulldozer movement code 20 years ago
tron 204d08140a (svn r1867) Include tables/sprites.h only in files which need it 20 years ago
celestar 77d26759e3 (svn r1866) -Fix: Intercepted generated maps with 0 towns on it. Currently just an
error() is called, some more graceful handling should be implemented
later.
20 years ago
tron 58c46bed40 (svn r1865) Fix some warnings 20 years ago
miham ac6857ee28 (svn r1864) Automatic langfile updates 20 years ago