tron [Thu, 28 Jul 2005 19:23:19 +0000] rev 2221
(svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent
tron [Thu, 28 Jul 2005 19:18:27 +0000] rev 2220
(svn r2738) Small bit fiddling cleanup
tron [Thu, 28 Jul 2005 09:41:09 +0000] rev 2219
(svn r2737) static, const and don't make variables public nobody else needs to know about
celestar [Thu, 28 Jul 2005 09:17:32 +0000] rev 2218
(svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums from table/sprites.h. You can now change the number of bits used for sprites and switches in the SpriteSetup enum and the rest should work automagically. Can be used to increase the number of active sprites to 2^19 in case there are no colortables (recolor sprites) in any newgrf. We should possibly move the the colortables to an own list, but how to detect them in a newgrf.
bjarni [Thu, 28 Jul 2005 09:01:41 +0000] rev 2217
(svn r2735) -Fix: [OSX] fixed issue introduced in 2733 where dedicated servers on OSX included sdl.h even when WITH_SDL was not defined (oops)
celestar [Thu, 28 Jul 2005 08:49:29 +0000] rev 2216
(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items
bjarni [Thu, 28 Jul 2005 08:45:57 +0000] rev 2215
(svn r2733) -Fix: [OSX] solved include issue introduced in 2714, which prevented OSX from opening a window to run the game in (sdl.h was not included anymore)
celestar [Thu, 28 Jul 2005 06:09:15 +0000] rev 2214
(svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsistencies while trying to locate bug 1244167
celestar [Thu, 28 Jul 2005 05:47:54 +0000] rev 2213
(svn r2731) -Fix [ 1244171 ]: Hangar orders are now properly invalidated as soon as the airport is removed
tron [Wed, 27 Jul 2005 21:45:34 +0000] rev 2212
(svn r2730) -Fix: Fail if the sequencer can't play audio
Also check the return value of CreateThread()
tron [Wed, 27 Jul 2005 20:08:52 +0000] rev 2211
(svn r2729) Fix #include
tron [Wed, 27 Jul 2005 19:57:12 +0000] rev 2210
(svn r2728) -Fix/Feature: Change the driver probing algorithm
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds.
This should fix problems on machines with no sound card, where -s null had to be specified manually.
tron [Wed, 27 Jul 2005 19:26:53 +0000] rev 2209
(svn r2727) Fix last commit, don't ask
tron [Wed, 27 Jul 2005 19:25:50 +0000] rev 2208
(svn r2726) Fix last commit
tron [Wed, 27 Jul 2005 19:22:38 +0000] rev 2207
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
bjarni [Wed, 27 Jul 2005 10:11:45 +0000] rev 2206
(svn r2724) -Fix: [Autoreplace] made the pulldown menu read GetPlayer(_local_player)->avail_railtypes - this removes the need for updating this code if we add more railtypes and it also allows the menu to show maglev when monorail is not available
tron [Wed, 27 Jul 2005 07:19:28 +0000] rev 2205
(svn r2723) Make the manual page more informative
tron [Tue, 26 Jul 2005 19:34:03 +0000] rev 2204
(svn r2720) Remove unused declarations and definitions
orudge [Tue, 26 Jul 2005 19:31:05 +0000] rev 2203
(svn r2719) - Update MSVC 2003 project (AsterixMG)
tron [Tue, 26 Jul 2005 19:05:07 +0000] rev 2202
(svn r2718) Forgot one file
tron [Tue, 26 Jul 2005 19:04:19 +0000] rev 2201
(svn r2717) Move _userstring to strings.[ch]
tron [Tue, 26 Jul 2005 18:47:04 +0000] rev 2200
(svn r2716) Do not use strncat()
orudge [Tue, 26 Jul 2005 18:45:19 +0000] rev 2199
(svn r2715) - Update MSVC project with dmusic.cpp updates
tron [Tue, 26 Jul 2005 18:24:18 +0000] rev 2198
(svn r2714) Remove unnecessary includes
tron [Tue, 26 Jul 2005 06:59:48 +0000] rev 2197
(svn r2712) Overhaul DirectMusic MIDI backend:
- Merge the .c and .cpp part into one file
- Properly deinitialize at the end
- Remove "experimental" status
- Miscellaneous smaller changes
-Fix: Volume control works now
miham [Mon, 25 Jul 2005 17:45:57 +0000] rev 2196
(svn r2711) [Translators] Updated translations to 20050725 (2 lang(s))
tron [Mon, 25 Jul 2005 16:33:58 +0000] rev 2195
(svn r2710) Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled
orudge [Mon, 25 Jul 2005 11:36:02 +0000] rev 2194
(svn r2709) - Update VC 2003 project file (AsterixMG)
orudge [Mon, 25 Jul 2005 09:52:37 +0000] rev 2193
(svn r2708) Update MSVC6 project with recent changes
tron [Mon, 25 Jul 2005 08:16:05 +0000] rev 2192
(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise
tron [Mon, 25 Jul 2005 07:28:32 +0000] rev 2191
(svn r2706) Fix !WITH_NETWORK build
tron [Mon, 25 Jul 2005 07:20:32 +0000] rev 2190
(svn r2705) Fix #include paths and remove unnecessary #includes
tron [Mon, 25 Jul 2005 07:16:10 +0000] rev 2189
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
bjarni [Sun, 24 Jul 2005 20:47:42 +0000] rev 2188
(svn r2703) - Feature: [OSX] Added a native alert window to show whatever error() needs to print (Tobin made this, while I fixed some issued in it)
- As a bonus, we now have an objective C file (os/macosx/macos.m) to use the functions Apple made to interact with OS stuff
celestar [Sun, 24 Jul 2005 15:56:31 +0000] rev 2187
(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic numbers
by enums. There remains work in gfx.c to move the "transparency" and
"recolor" bits around to make space for more sprites. However, 2800
additional sprites can now be loaded. There also remains cleanup and
Doxygen work on many of the header files.
tron [Sun, 24 Jul 2005 14:12:37 +0000] rev 2186
(svn r2701) Insert Id tags into all source files
tron [Sun, 24 Jul 2005 13:55:39 +0000] rev 2185
(svn r2700) Insert Id tag into the Makefile
tron [Sun, 24 Jul 2005 10:39:12 +0000] rev 2184
(svn r2699) Hopefully fix the compilation on Windows when SDL is not present
tron [Sun, 24 Jul 2005 06:09:54 +0000] rev 2183
(svn r2697) Make compiling with SDL on Windows work again (missing #includes) and fix some warnings
tron [Sat, 23 Jul 2005 19:48:24 +0000] rev 2182
(svn r2696) Remove stray semicolons
orudge [Sat, 23 Jul 2005 19:00:56 +0000] rev 2181
(svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c
tron [Sat, 23 Jul 2005 18:46:17 +0000] rev 2180
(svn r2694) Various smaller changes: eol-style, static, code simplification
miham [Sat, 23 Jul 2005 17:45:42 +0000] rev 2179
(svn r2693) [Translators] Updated translations to 20050723 (1 lang(s))
tron [Sat, 23 Jul 2005 17:23:16 +0000] rev 2178
(svn r2692) Forgot to add a file
tron [Sat, 23 Jul 2005 17:22:39 +0000] rev 2177
(svn r2691) Separate dedicated video driver and fix bemidi declarations
orudge [Sat, 23 Jul 2005 16:28:19 +0000] rev 2176
(svn r2690) - Minor cleanups to os2.c and hal.h
orudge [Sat, 23 Jul 2005 16:08:05 +0000] rev 2175
(svn r2689) - Split OS/2 music driver into os2_m.c, update project file
tron [Sat, 23 Jul 2005 15:48:00 +0000] rev 2174
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
tron [Sat, 23 Jul 2005 15:34:05 +0000] rev 2173
(svn r2687) Make a variable static
tron [Sat, 23 Jul 2005 15:24:31 +0000] rev 2172
(svn r2686) Revert accidently commited change
tron [Sat, 23 Jul 2005 15:16:57 +0000] rev 2171
(svn r2685) -Codechange: Split the music/sound/video drivers into separate files and move them into subfolders.
This results in shorter and hopefully easier to maintain files.
Note: I had to change paths in #include statements of some unrelated files, because I added the ottd base directory to the include path (-I.)
tron [Sat, 23 Jul 2005 06:51:26 +0000] rev 2170
(svn r2684) Correctly save and load company_value, it's 64 bits wide, not 32 bits
tron [Sat, 23 Jul 2005 06:45:57 +0000] rev 2169
(svn r2683) Remove redundant function call propagate return value
tron [Fri, 22 Jul 2005 18:19:06 +0000] rev 2168
(svn r2682) Static, casts, misc.
orudge [Fri, 22 Jul 2005 16:14:24 +0000] rev 2167
(svn r2681) - Fix OS/2 port, please do not modify openttd.wpj/tgt by hand unless you know what you're doing!
tron [Fri, 22 Jul 2005 15:12:51 +0000] rev 2166
(svn r2680) Fix a warning
Darkvater [Fri, 22 Jul 2005 09:16:34 +0000] rev 2165
(svn r2675) - Fix: pressing enter on a load-window resulted in saving the game (Luca)
hackykid [Fri, 22 Jul 2005 08:40:19 +0000] rev 2164
(svn r2674) - CodeChange: [pbs] Generalise the PSBISPbsDepot function so it can check if an arbitrary junction is a pbs junction. Preparations for making pbs more safe.
tron [Fri, 22 Jul 2005 07:02:20 +0000] rev 2163
(svn r2673) Include functions.h directly, not globally via openttd.h
tron [Fri, 22 Jul 2005 06:31:31 +0000] rev 2162
(svn r2672) Move saving/loading related declarations to saveload.h
miham [Thu, 21 Jul 2005 22:22:26 +0000] rev 2161
(svn r2671) [Translations] Hand-fix polish.txt
Translators beware! Please double check your language behaviour!
Otherwise, WebTranslator now also checks paramnumber of the plural param,
and refuses to accept badly formatted plural or gender params!
tron [Thu, 21 Jul 2005 22:18:02 +0000] rev 2160
(svn r2670) Fix r2669
tron [Thu, 21 Jul 2005 22:15:02 +0000] rev 2159
(svn r2669) Shuffle some more stuff around to reduce dependencies
miham [Thu, 21 Jul 2005 21:13:42 +0000] rev 2158
(svn r2668) [Translations] Updated to 2005-07-21 (4 langs)
miham [Thu, 21 Jul 2005 19:58:36 +0000] rev 2157
(svn r2667) [Translations] Restored german translations (2652:2653)
tron [Thu, 21 Jul 2005 19:57:07 +0000] rev 2156
(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h
tron [Thu, 21 Jul 2005 19:46:58 +0000] rev 2155
(svn r2665) Move some variables, which are only used by music_gui.c, there
tron [Thu, 21 Jul 2005 19:36:43 +0000] rev 2154
(svn r2664) Remove depedency on player.h from variables.h
tron [Thu, 21 Jul 2005 18:44:27 +0000] rev 2153
(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
miham [Thu, 21 Jul 2005 18:01:43 +0000] rev 2152
(svn r2662) [Translations] Updated translations to 2005-07-20
miham [Thu, 21 Jul 2005 17:44:20 +0000] rev 2151
(svn r2661) [Translators] Updated translations to 20050721 (1 lang(s))
tron [Thu, 21 Jul 2005 06:31:02 +0000] rev 2150
(svn r2660) Get rid of some more shifting/anding/casting
tron [Thu, 21 Jul 2005 06:13:17 +0000] rev 2149
(svn r2659) Catch up with reality in the landscape documentation
celestar [Wed, 20 Jul 2005 22:05:13 +0000] rev 2148
(svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented sprite
celestar [Wed, 20 Jul 2005 22:02:58 +0000] rev 2147
(svn r2657) -Codechange: The available railtypes per player are now a bitmask, so
that railtypes do not be in ascending order of appearance. Allows easier
implementation or more railtypes
miham [Wed, 20 Jul 2005 19:15:23 +0000] rev 2146
(svn r2656) [Translations] Revert changes done in 2653
tron [Wed, 20 Jul 2005 19:12:30 +0000] rev 2145
(svn r2655) An uint16 is an uint16, not a byte - fix wrong cast
tron [Wed, 20 Jul 2005 19:08:02 +0000] rev 2144
(svn r2654) SlWriteUint16() should have a uint16 as parameter, not some arbitrary enum
miham [Wed, 20 Jul 2005 17:48:35 +0000] rev 2143
(svn r2653) [Translators] Updated translations to 20050720 (28 lang(s))
Darkvater [Wed, 20 Jul 2005 15:38:11 +0000] rev 2142
(svn r2652) - CodeChange: show 'too many sprites' in hex value; Patch signed off by Tron
Darkvater [Wed, 20 Jul 2005 15:36:22 +0000] rev 2141
(svn r2651) - Fix: [ 1220776 ] Removes warning when compiling saveload.c on some GCC versions (glx). This only works as long as there is only 1 saving thread active, as is the case now.
tron [Wed, 20 Jul 2005 15:29:28 +0000] rev 2140
(svn r2650) Convert many explicit shifts+ands to extract bits to invocations of GB - should be a bit nicer to read
ludde [Wed, 20 Jul 2005 09:49:04 +0000] rev 2139
(svn r2649) Get rid of 2 warnings.
ludde [Wed, 20 Jul 2005 09:35:05 +0000] rev 2138
(svn r2648) Only use _stdcall calling convention for zlib on win32/msvc.
ludde [Wed, 20 Jul 2005 09:31:46 +0000] rev 2137
(svn r2647) Fix: [ntp] Fix assertion error introduced in r2635
ludde [Wed, 20 Jul 2005 09:17:20 +0000] rev 2136
(svn r2646) Change: [ntp] Fix uninitialized variable and add some more asserts to be able to debug an assert error.
Darkvater [Tue, 19 Jul 2005 22:29:35 +0000] rev 2135
(svn r2645) Fix (useless)warning in graph_gui and add brackets around HASBIT in an if statement
Darkvater [Tue, 19 Jul 2005 22:12:04 +0000] rev 2134
(svn r2644) - Fix: my name was mistyped ;p
- Add DoDrawStringCentered() and change the multiline strings in the about box to single-line ones
tron [Tue, 19 Jul 2005 21:49:35 +0000] rev 2133
(svn r2643) Get rid of some unnecessary casts
miham [Tue, 19 Jul 2005 21:28:15 +0000] rev 2132
(svn r2642) [Translators] Updated translations to 20050719 (0 lang(s))
ludde [Tue, 19 Jul 2005 21:14:00 +0000] rev 2131
(svn r2641) Fix: [strings] forgot to increase argv pointer twice for {CARGO}
Darkvater [Tue, 19 Jul 2005 20:52:15 +0000] rev 2130
(svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
celestar [Tue, 19 Jul 2005 20:45:47 +0000] rev 2129
(svn r2639) -Add: Added the vehicle names in table/engines.h so that you know what line represents what vehicle (I hope I didn't mess that up). Added some comments while I'm at it and include the table/ directory in the Doxygen generation
Darkvater [Tue, 19 Jul 2005 20:43:53 +0000] rev 2128
(svn r2638) - Fix: Unable to delete savegames. Deleting TTDLX savegames is still broken as it was always broken, but since they don't even show up; we might as well call it a feature.
miham [Tue, 19 Jul 2005 16:34:46 +0000] rev 2127
(svn r2637) [Translations] Updated to 2005-07-18
ludde [Tue, 19 Jul 2005 11:55:47 +0000] rev 2126
(svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
ludde [Tue, 19 Jul 2005 11:42:40 +0000] rev 2125
(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* instead of Dijkstra.
- Benchmark shows that NTP is now around 10x faster than NPF.
- Made IsTunnelTile macro to determine if a tile is a tunnel.
- Added some useful debugging functions for making tiles red / getting accurate timestamps.
- Remove old depot finding algorithm.
- Disable warning for signed/unsigned comparisons.
tron [Tue, 19 Jul 2005 07:20:48 +0000] rev 2124
(svn r2634) Fix typo: IsSteepTile expects a tileh, not a TileIndex (thanks to peter1138)
tron [Tue, 19 Jul 2005 06:54:13 +0000] rev 2123
(svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]
tron [Tue, 19 Jul 2005 06:48:12 +0000] rev 2122
(svn r2632) Revert accidently commited change
tron [Tue, 19 Jul 2005 06:47:07 +0000] rev 2121
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
tron [Tue, 19 Jul 2005 06:31:39 +0000] rev 2120
(svn r2630) Forgot one Pixel (see r2571)
truelight [Mon, 18 Jul 2005 23:33:14 +0000] rev 2119
(svn r2629) -Codechange: removed stupid comment on top of players.c
Darkvater [Mon, 18 Jul 2005 00:17:19 +0000] rev 2118
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
miham [Sun, 17 Jul 2005 22:20:04 +0000] rev 2117
(svn r2627) [Translations] Fixing typos in hungarian langfile
tron [Sun, 17 Jul 2005 20:14:58 +0000] rev 2116
(svn r2626) static, const, misc.
hackykid [Sun, 17 Jul 2005 20:09:02 +0000] rev 2115
(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly. Prevents trains from unreserving eachothers paths in some cases.
- CodeChange: Use the TrackdirToTrack function instead of &7, and remove an unneeded variable.
Darkvater [Sun, 17 Jul 2005 19:38:40 +0000] rev 2114
(svn r2624) - Fix: oops, forgot to change the already in use DrawStringCenteredTruncated() functions.
Darkvater [Sun, 17 Jul 2005 19:23:18 +0000] rev 2113
(svn r2623) - CodeChange: rework DrawStringCenteredTruncated() a bit. Instead of giving center + width you give the coordinates of the bounding box (left, right) it has to fit in (ludde)
- CodeChange: changed (back) maximum pixel length of truncated strings to a signed integer.
ludde [Sun, 17 Jul 2005 18:49:05 +0000] rev 2112
(svn r2622) Fix: remove _cargoc.names_p, it was never used.
hackykid [Sun, 17 Jul 2005 18:48:45 +0000] rev 2111
(svn r2621) - Fix: [pbs] When removing tracks, clear their reserved status.
ludde [Sun, 17 Jul 2005 18:48:05 +0000] rev 2110
(svn r2620) Fix: [language] Fix broken french.txt and polish.txt
ludde [Sun, 17 Jul 2005 18:36:47 +0000] rev 2109
(svn r2619) Fix: [viewport] Fix potential buffer overflow reported by Tron
Darkvater [Sun, 17 Jul 2005 18:20:55 +0000] rev 2108
(svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Darkvater [Sun, 17 Jul 2005 18:11:17 +0000] rev 2107
(svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned warnings
tron [Sun, 17 Jul 2005 18:09:23 +0000] rev 2106
(svn r2616) Don't stop when compiling a language fails, just delete the defective .lng
miham [Sun, 17 Jul 2005 17:57:57 +0000] rev 2105
(svn r2615) [trrnasltwsds] 45253rqwer2
Darkvater [Sun, 17 Jul 2005 17:16:35 +0000] rev 2104
(svn r2614) - Fix: Trunctuate function used one less character than it was supposed to. Because of this real width and reported width didn't correspond with eachother.
Darkvater [Sun, 17 Jul 2005 17:15:33 +0000] rev 2103
(svn r2613) - Truncate savegames, and vehicle-texts in their window.
- Hardcoded width 5 for saves-path...oops :O
truelight [Sun, 17 Jul 2005 16:22:27 +0000] rev 2102
(svn r2612) -Fix: corrected headers for ai_new.h