This website requires JavaScript.
Explore
Help
Sign In
gronod
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD.git
synced
2025-03-09 15:41:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
627ebe8430
OpenTTD
/
src
History
rubidium
627ebe8430
(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
2007-01-04 18:50:40 +00:00
..
ai
lang
(svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
2007-01-04 18:30:28 +00:00
music
network
(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
2007-01-04 18:50:40 +00:00
os
/macosx
sound
strgen
(svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
2007-01-03 13:55:25 +00:00
table
video
yapf
aircraft_cmd.c
aircraft_gui.c
aircraft.h
airport_gui.c
airport_movement.h
airport.c
airport.h
aystar.c
aystar.h
bmp.c
bmp.h
bridge_gui.c
bridge_map.c
bridge_map.h
bridge.h
build_vehicle_gui.c
callback_table.c
callback_table.h
clear_cmd.c
clear_map.h
command.c
command.h
configure
console_cmds.c
(svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha).
2007-01-03 18:06:50 +00:00
console.c
console.h
currency.c
currency.h
date.c
date.h
debug.c
debug.h
dedicated.c
depot_gui.c
depot.c
depot.h
direction.h
disaster_cmd.c
dock_gui.c
driver.c
driver.h
dummy_land.c
economy.c
economy.h
elrail.c
endian_check.c
engine_gui.c
engine.c
engine.h
fileio.c
fileio.h
fios.c
fios.h
fontcache.c
fontcache.h
functions.h
(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.
2007-01-03 09:45:07 +00:00
genworld_gui.c
genworld.c
genworld.h
gfx.c
gfx.h
gfxinit.c
(svn r7766) -Fix: [OSX] removed incorrect debug message about corrupted/missing grf files
2007-01-02 20:39:07 +00:00
gfxinit.h
graph_gui.c
gui.h
hal.h
heightmap.c
heightmap.h
helpers.cpp
industry_cmd.c
industry_gui.c
industry_map.h
industry.h
intro_gui.c
landscape.c
livery.h
lzoconf.h
macros.h
main_gui.c
map.c
map.h
masm64.rules
md5.c
md5.h
mersenne.c
minilzo.c
minilzo.h
misc_cmd.c
misc_gui.c
misc.c
mixer.c
mixer.h
music_gui.c
music.c
music.h
namegen.c
namegen.h
newgrf_callbacks.h
newgrf_cargo.c
newgrf_cargo.h
newgrf_config.c
(svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)
2007-01-03 11:33:54 +00:00
newgrf_config.h
newgrf_engine.c
newgrf_engine.h
newgrf_gui.c
newgrf_sound.c
newgrf_sound.h
newgrf_spritegroup.c
newgrf_spritegroup.h
newgrf_station.c
newgrf_station.h
newgrf_text.c
newgrf_text.h
newgrf.c
(svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)
2007-01-03 11:33:54 +00:00
newgrf.h
news_gui.c
(svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still cause crashes because
2007-01-04 17:23:55 +00:00
news.h
npf.c
npf.h
oldloader.c
oldpool.c
oldpool.h
openttd.c
(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose).
2007-01-04 18:10:40 +00:00
openttd.h
order_cmd.c
order_gui.c
order.h
os2.c
os_timer.c
ottdres.rc
(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.
2007-01-02 21:48:33 +00:00
pathfind.c
pathfind.h
player_gui.c
player.h
players.c
queue.c
queue.h
rail_cmd.c
rail_gui.c
(svn r7812) -Fix: rail station build window was not correctly updated after station_spread change
2007-01-03 23:53:23 +00:00
rail_map.h
rail.c
rail.h
railtypes.h
resource.h
road_cmd.c
road_cmd.h
road_gui.c
road_map.c
road_map.h
road.h
roadveh_cmd.c
roadveh_gui.c
roadveh.h
saveload.c
saveload.h
screenshot.c
screenshot.h
sdl.c
sdl.h
settings_gui.c
settings.c
settings.h
ship_cmd.c
ship_gui.c
ship.h
signs.c
signs.h
slope.h
smallmap_gui.c
sound.c
sound.h
sprite.h
spritecache.c
(svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit.
2007-01-03 14:42:08 +00:00
spritecache.h
station_cmd.c
(svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu)
2007-01-03 22:55:53 +00:00
station_gui.c
station_map.c
station_map.h
station.h
stdafx.h
string.c
string.h
strings.c
strings.h
subsidy_gui.c
terraform_gui.c
texteff.c
tgp.c
tgp.h
thread.c
thread.h
tile.c
tile.h
town_cmd.c
town_gui.c
town_map.h
town.h
train_cmd.c
train_gui.c
train.h
tree_cmd.c
tree_map.h
tunnel_map.c
tunnel_map.h
tunnelbridge_cmd.c
unix.c
unmovable_cmd.c
unmovable_map.h
unmovable.h
variables.h
vehicle_gui.c
vehicle_gui.h
vehicle.c
vehicle.h
viewport.c
(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.
2007-01-03 09:45:07 +00:00
viewport.h
void_map.h
water_cmd.c
(svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0.
2007-01-04 01:10:39 +00:00
water_map.h
waypoint.c
waypoint.h
widget.c
win32.c
win32.h
win64.asm
window.c
window.h