Commit Graph

258 Commits (6f15593ce26d2890c5d9bad208b9915f6bfa2d3b)

Author SHA1 Message Date
miham 6f15593ce2 (svn r2174) [Translations] Updated translations (7 strs/2 langs) 20 years ago
miham 5a65140cb4 (svn r2172) [Translations] Translations from the last two days (37 strs/11 langs) 20 years ago
miham 13969f5940 (svn r2171) [Translations] Manually fixed string-order in english.txt (someone fscked it up!) 20 years ago
Darkvater 9c3813e213 (svn r2164) - Language: [ 1173684 ] fix some wrong french translations (glx) 20 years ago
Darkvater 68138d6a31 (svn r2162) - Fix: Tooltips of horizontal scrollbars were wrong; they now say left/right instead of up/down 20 years ago
miham 7f941818a8 (svn r2158) [Translations] Updated translations (72 strs/2 langs) 20 years ago
miham 4aa7cf8e9f (svn r2151) [Translations] Updated translations (36 strs/2 langs) 20 years ago
miham 8153a56aa4 (svn r2150) [Translations] Updated translations (14 strs/10 langs) 20 years ago
miham b2c7543204 (svn r2145) [Translations] Updated translations (174 strs/6 langs)
[Translations] Also switched to two spaces instead of tabs (Darkvater requested)
20 years ago
Darkvater f35b59aded (svn r2136) - Fix: [ 1174313 ] terrain hotkeys nonfunctional in scenario editor (D,Q,W,E,R,T,Y,U fltr)
- Fix: 'L' no longer opens ingame terraform bar in scenario editor bar, but the land generator one
- Feature: [ 1095110 ] Create Lake and draggable Create Desert tools (initial implementation GoneWacko), also added sticky buttons to land generator and town generator
- CodeChange: moved around some of the draggable tools, demystifying them
- CodeChange: change CmdBuildCanal to allow for XANDY dragging not only X or Y (only scenario editor)
- CodeChange: add some more enums to sprites.
- TODO: merge most of the ingame and scenario editor land terraform code. This can only be done after OnClickButton function is changed so it also includes the backreference to the widget being clicked, postponed to after 0.4.0
20 years ago
miham 3bfda758db (svn r2135) [Translations] Updated translations (142 strings to 4 languages) 20 years ago
pasky 8d09a1ae87 (svn r2129) Reverted r2125 and depending revisions (map size selector in the intro window). Will be done in a separate dialog. This also fixes showing of various rail/road-related strings. 20 years ago
pasky f053bbb4f4 (svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector. 20 years ago
miham 1d0e0b22e4 (svn r2120) [Translations] Updated translations (166 strings to 6 languages) 20 years ago
miham 043ac73b19 (svn r2117) [Translations] Introduce lithuanian translation as finished 20 years ago
miham ada6f0be8b (svn r2116) [Translations] Updated translations 20 years ago
truelight e416fe8066 (svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and you go
to the sign. Very needed for coop. You can find it under World Map.
20 years ago
miham 16a3bc35c0 (svn r2050) Weekly langfile updates 20 years ago
miham d2ae7dd186 (svn r2027) Fixed a typo in the brazilian-portuguese language name 20 years ago
miham d6b8375504 (svn r2026) Moved brasilian_portuguese to finished languages 20 years ago
miham b3b6eafe1d (svn r2025) Daily langfile changes - 05/03/19 20 years ago
miham e12bb5504a (svn r2023) Added brazilian-portuguese translation [yet unfinished] 20 years ago
miham 42cd07a2e2 (svn r2016) Langfile updates 20 years ago
miham 8064254eaf (svn r1985) Automatic langfile updates 20 years ago
miham e25dd2c2c3 (svn r1913) Weekly langfile update 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
miham 9e847075fa (svn r1871) Daily langfile updates #2. 20 years ago
miham fac25561bc (svn r1870) Added new language: lithuanian 20 years ago
miham ac6857ee28 (svn r1864) Automatic langfile updates 20 years ago
bjarni 297223cc21 (svn r1851) - Language: added Frisian translation (no strings have been translated yet) 20 years ago
miham 4d62bbf857 (svn r1807) Langfile updates (20050205) 20 years ago
miham cf5dd15213 (svn r1759) Daily/Weekly/Monthly langfile updates 20 years ago
matthijs a2dec6c32a (svn r1751) - Feature: New PathFinder (NPF).
- Supports trains, road vehicles and ships.
	- Uses A* pathfinding (same codebase as the new ai).
	- Currently unlimited search depth, so might perform badly on large maps/networks (especially ships).
	- Will always find a route if there is one.
	- Allows custom penalties for obstacles to be set in openttd.cfg (npf_ values).
	- With NPF enabled, ships can have orders that are very far apart. Be careful, this will break (ships get lost) when the old pathfinder is used again.
- Feature: Disabling 90 degree turns for trains and ships.
	- Requires NPF to be enabled.
	- Ships and trains can no longer make weird 90 degree turns on tile borders.
- Codechange: Removed table/directions.h.
	- table/directions.h contained ugly static tables but was included more than once. The tables, along with a few new ones are in npf.[ch] now. Better suggestions for a location?
- Fix: Binary heap in queue.c did not allocate enough space, resulting in a segfault.
- Codechange: Rewritten FindFirstBit2x64, added KillFirstBit2x64.
- Codechange: Introduced constant INVALID_TILE, to replace the usage of 0 as an invalid tile. Also replaces TILE_WRAPPED.
- Codechange: Moved TileAddWrap() to map.[ch] 
- Add TileIndexDiffCByDir(), TileIndexDiffCByDir(). 
- Codechange: Moved IsTrainStationTile() to station.h
- Add: IsRoadStationTile() and GetRoadStationDir().
20 years ago
tron 3a89108a55 (svn r1722) -Feature: Bigger maps - anyone? 20 years ago
celestar 752b3f0dd6 (svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
a single station.
Thanks to: Truelight for the saveload code, Darkvater and Hackykid for
network testing and Tron for proof-reading 1500 lines of diff.
20 years ago
Celestar 1fd8c45c55 (svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying to
expand railroad stations beyond maximum spread
20 years ago
miham 7874c86cb2 (svn r1678) Added cheat option for setting production of raw-material product industries in game 20 years ago
dominik aad7995648 (svn r1646) Miscellaneous langfile fixes, in particular for STR_NETWORK_SERVER_ADDRESS, broken by myself in r1611 20 years ago
miham 6912223444 (svn r1630) Langfile update 20 years ago
dominik 7d0468aaa4 (svn r1611) Display server port in the multiplayer game info window
I had to make the multiplayer window 10 pixels wider for this
20 years ago
dominik 6027e777c8 (svn r1598) Feature: Message history now is stickyable and resizeable
The news messages are now precisely cropped according to pixel width to fit optimal into the window.
Introduced a new date format: DATE_TINY, which is ISOish.
20 years ago
celestar 962dd27a8c (svn r1581) Added a display for the total map population to the town display (Jango) 20 years ago
dominik ef93fcfe48 (svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it in their schedule.
This makes buoys more useable in multiplayer games again, as buoys can't be deleted by other players if they are used.
20 years ago
miham 4559279686 (svn r1555) Daily (err.. this time it's rather weekly, sorry!) langfile updates 20 years ago
dominik be5a832db3 (svn r1543) Fix: [ 1101906 ] Configure Patches window text overflow 20 years ago
darkvater 37f56fa324 (svn r1538) -Feature: [988816] Disable servicing when breakdowns set to none (jaguar7) 20 years ago
darkvater 6e07bad728 (svn r1531) -Feature: [1039061] Swiss town-names (vulvulune) 20 years ago
darkvater f9b5f704b1 (svn r1518) -Fix: server issue where some company names were wrong
-Fix: Highscore troubles; accessing members of deleted window
20 years ago
darkvater c3a40dba68 (svn r1515) -Removed the 'close ALL windows' from the toolbar since shift+del does this. 20 years ago