summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-08-20(svn r14104) -Feature: Add a window for waypoints, allowing to view all the ↵belugas
trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025.
2008-08-19(svn r14103) -Fix [YAPP]: flooded trains didn't free their reservationsmatz
2008-08-19(svn r14102) -Fix [FS#1986]: make NewGRF action 0x06's changes persistent ↵rubidium
over the several loading stages.
2008-08-18(svn r14101) -Cleanup (r14083): leftover friend.rubidium
2008-08-18(svn r14099) -Codechange: Welcome back, Celestar.belugas
While at it, an alphabetic error been fixed
2008-08-18(svn r14098) -Fix: Make the 'Transfer Credit' display aware of the entire ↵celestar
consist, not only the first vehicle
2008-08-17(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an ↵rubidium
order when the number of orders was 0; you could see that the vehicles had a shared order though.
2008-08-17(svn r14096) -Codechange: merge the shared order's vehicle list management ↵rubidium
to a single location.
2008-08-17(svn r14095) -Fix (r14076): Trains shall not stop instantly.frosch
2008-08-17(svn r14094) -Revert (r14071): caused more problems than it solvedglx
2008-08-17(svn r14093) -Fix [FS#2230]: don't flood a NewGRF industry when it ↵rubidium
implicitly tells that it wants to be build on water (land shape flags bit 5).
2008-08-17(svn r14092) -Cleanup (r14083): dead code, i.e. unused function.rubidium
2008-08-17(svn r14091) -Cleanup (r14083): Remove superfluous '#include's.frosch
2008-08-17(svn r14090) -Fix: the vehicle window of articulated road vehicles would ↵rubidium
show the clone/refit button when the vehicle was not completely stopped in the depot.
2008-08-17(svn r14089) -Fix [FS#2219]: trains not being able to find a route to a ↵rubidium
depot when the front is already in the depot.
2008-08-16(svn r14087) -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF ↵rubidium
strings due to sign extension (minime)
2008-08-16(svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work ↵smatz
when a depot window was opened
2008-08-16(svn r14085) -Cleanup (r14083): Remove no longer used functions.frosch
2008-08-16(svn r14084) -Codechange: Language updates for r14083.frosch
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the ↵frosch
autoreplace kernel.
2008-08-16(svn r14082) -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real ↵frosch
dualheads.
2008-08-15(svn r14080) -Fix (r14052): assert triggered when drawing chat window with ↵glx
32bpp-anim blitter (backup buffer was too small)
2008-08-15(svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, ↵peter1138
indicating what it actually is.
2008-08-15(svn r14076) -Codechange: Merge the four start/stop commands into a single ↵frosch
CMD_START_STOP_VEHICLE.
2008-08-13(svn r14071) -Fix [FS#2057]: the screen wouldn't be centered on Windows ↵rubidium
multimonitor systems if the first monitor is right of the second one.
2008-08-13(svn r14069) -Fix: silence MSVC 64-bits compile warnings.rubidium
2008-08-13(svn r14068) -Fix (r14056): MSVC doesn't support typeof.rubidium
2008-08-13(svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in ↵rubidium
the command. Checking for the length in pixels is impossible because that differs per client.
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified ↵rubidium
constants.
2008-08-13(svn r14062) -Fix [FS#2226]: division by 0 in newai.rubidium
2008-08-13(svn r14061) -Codechange: constification and move a declaration more logicallybelugas
2008-08-13(svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui.belugas
Note that some WWT_TEXT widgets have received a COLOUR_x value. It is not a valid colour a per say. THe strings been displayed there do have their own colours encoded. IT is currently just for the sake of ease of writing, as TextColour and Colours are not really related.
2008-08-13(svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste...belugas
2008-08-12(svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF ↵rubidium
compatible text stack (minime)
2008-08-12(svn r14057) -Fix: NewGRF text stack's "push word" didn't move the data ↵rubidium
around properly (minime)
2008-08-12(svn r14056) -Fix [FS#2192]: the console backlog is too small for ↵rubidium
list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold.
2008-08-12(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they ↵rubidium
couldn't use the full "extent" of the new chat message limit.
2008-08-12(svn r14054) -Fix (rthebeginning): long strings in the edit box would cause ↵rubidium
OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box.
2008-08-12(svn r14052) -Codechange: make the size of the chat message "box" ↵rubidium
configurable and increase the default size slightly so it can hold the longest chat messages.
2008-08-12(svn r14051) -Codechange: enumify the DrawString buffer length.rubidium
2008-08-12(svn r14049) -Codechange: rename a variable to a somewhat more descriptive ↵belugas
one. And constify it too.
2008-08-11(svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks ↵rubidium
properly this time. (michi_cc)
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ↵rubidium
as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
2008-08-11(svn r14046) -Codechange: make the size of querystring "widgets" more ↵rubidium
configurable.
2008-08-11(svn r14045) -Codechange: move the network's limitation to chat messages to ↵rubidium
a more logical location and give it a more consistent name.
2008-08-11(svn r14043) -Codechange: Rename a variable to a more obvious name. And a ↵belugas
few comments added too.
2008-08-11(svn r14042) -Codechange: Rename some structure members to more obvious ↵belugas
names. And add a few comments on the _extra_palette_values array.
2008-08-11(svn r14041) -Feature(tte): make it possible to filter list_patches output ↵glx
like it's done for other list_* console commands
2008-08-11(svn r14040) -Codechange:Remove a hard coded value that is not even ↵belugas
representative, since captions have their own encoded colours in string.
2008-08-10(svn r14039) -Fix [FS#2217]: reversing an overlength train at a station ↵rubidium
would try to find a route out and sometimes reset the unload counter making it wait 2.5 years before departing instead of waiting until the train would actually leave the station (michi_cc)