Commit Graph

58038 Commits (jgrpp)
 

Author SHA1 Message Date
miham d77a038eb5 (svn r238) Daily langfile updates #2. 20 years ago
darkvater fc9a450e75 (svn r237) -Fix: [1025836] Company value problem (again). Now company value rightly shows the value, including ALL your money.
-Fix: Graphs now accomodate 64bit numbers (so the company value graph doesn't plummet into -... if value is too big)
-Strgen: added CURRCOMPACT64 for this, and 64bit versions of several macros.
20 years ago
truelight add49120dd (svn r236) -Fix: random crash when player-face was displayed in error-dialog 20 years ago
miham ef5202a361 (svn r235) Currency->Currency64 updates (Tron) 20 years ago
darkvater c6f48d3de6 (svn r234) -Fix: added missing romanian.txt to VC6, VS.NET and Jamfile project file
-Feature: Added romanian town names and currency (Magic_Pixel)
20 years ago
signde 383dc579e4 (svn r233) -Fix: german language fixes (Tron)
-Fix: fixed some english console texts
20 years ago
miham 4a19074d23 (svn r232) Daily langfile updates #1. 20 years ago
miham cef90ada1b (svn r231) Added romanian translation (Magic_Pixel) 20 years ago
signde 263042cdf2 (svn r230) -Feature: IConsoleWarning for warning messages
-Feature: added info_cmd command
-Codechange: renamed "varinfo" to "info_var"
-Fix: some const fixes in console.h
-Fix: fixed return value of IConsoleCmdGet
20 years ago
darkvater 01dd0219d3 (svn r229) -Fix: Some more const stuff fixed .(Tron)
-Fix: ParseConnectionString() function to parse network connection string: <IP>[:<PORT>][#<PLAY_AS] .
20 years ago
miham ec21a64c03 (svn r228) Daily langfile updates #3. 20 years ago
darkvater 54bd5b3c1d (svn r227) -Fix: Sorry, broke console commands 20 years ago
miham b2d55a936f (svn r226) Daily langfile updates #2. 20 years ago
signde 6cf0a4c928 (svn r225) -Doc: added multiplayer documentation file doc/multiplayer.txt 20 years ago
darkvater 989ed101bc (svn r224) -Fix: Music now finally works on WinXP. DirectMusic is now default for an OS >= WinNT4 (WinNT4, Win2k, WinXP), and MIDI driver for lower OS's (Win95, Win98, WinME, etc). 20 years ago
darkvater e295e46e3e (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
-CodeLayout: Remove trailing spaces and Windows linebreaks
20 years ago
signde 1b498bca57 (svn r222) -Fix: Added network.h and console_cmd.c to MSVC6 Project
-Fix: Added console_cmd.c to the Makefile
20 years ago
signde d6cab2e06d (svn r221) -Feature: console command and variable hooking
-Fix: added another network.c stub
-Consolecommand: "scrollto <tile>" center main view on <tile> [Darkvater]
-Consolecommand: "resettile <tile>" force bulldoze <tile> without any checks (DEBUG only) [Darkvater]
-Fix: resetengines is hooked to be not available in network games
-Codechange: "connect <connectstr>": the connect command now uses a connectionstring like the network-gui
-Fix: Direct Connect editbox can handle up to max ~35 characters [Darkvater]
20 years ago
bjarni 7cb5b1954d (svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present 20 years ago
darkvater 54fcdc9cfa (svn r219) -Fix: fixed network stub declerations 20 years ago
miham 1493cc550b (svn r218) Daily langfile updates #1. 20 years ago
darkvater 1f1f578abb (svn r217) -Fix: remove warning and simplify loop network_gui.c (Tron) 20 years ago
truelight 53ee4f6540 (svn r216) -Fix: paused network game now disallows all commands (instead of doing
the commands all at once when the game unpauses)
20 years ago
signde 9be6a4cea4 (svn r215) -Feature: direct connect now allows selecting a port and a playername [ip/host]:[port]#[player] 20 years ago
darkvater 99687cf513 (svn r214) -Feature: CMD_NET_INSTANT [just in time command handling over network] (sign_de)
-Fix: Only server can pause in network, action disabled for clients
-Fix: Direct Connect editbox can handle up to max ~35 characters
20 years ago
darkvater f64c1bda4b (svn r213) -Fix: opntitle.dat, road crossings were owned by town for some very weird reason. 20 years ago
darkvater 24512d3da5 (svn r212) -Fix: Network-gui fixes (sign_de)
-Fix: any disabled button in a window doesn't receive WE_CLICK events
-Added network.h
20 years ago
darkvater 7a6512a654 (svn r211) -Added Player-colour conversion table (sign_de)
-Added OTTD colour palette image
20 years ago
signde 956bf639ea (svn r210) -Fix: Console key closes window in front
-Fix: Console events were processed in wrong window
-Fix: Console unresponsive when you activated another window
20 years ago
signde 34ecc0d778 (svn r209) -Fix: network code based desync
-Feature: framesync packets to hold the clients framecount near the servers
-Fix: command queue now aligns the commands to be processed right after an sync or framesync packet
-Fix: added stubs for compiling without network
20 years ago
miham 1c373cd0af (svn r208) Daily langfile changes 20 years ago
signde 1fb915df69 (svn r207) -Codechange: randomizer handling
-Fix: desync problem fixes
-Fix: server doesnt hang anymore when a client timed out
-Feature: low latency connection enhancements [*net_sync_freq, *net_ready_ahead]
20 years ago
darkvater d03afadad2 (svn r206) -Fix: [1001540] i lost all wagons. Half-assed fix for lost wagons. But now users can at least fix this problem. Consolecommand: "resetengines" 20 years ago
darkvater fe8c317d3c (svn r205) -Fix: [1026271] Vehicle depots not transparent with transparent buildings. 20 years ago
truelight da87ab9c79 (svn r204) -Fix: deleted unneeded casts (tnx Tron) 20 years ago
truelight 0b5cc6f149 (svn r203) -Fix: somewhere I screwed up and forgot to delete some testcode ;) 20 years ago
truelight 7aa0bdf48b (svn r202) -Codechange: I missed some files with trailing spaces.. this should be
all ;)
20 years ago
truelight 4ccd84f94b (svn r201) -Fix: [1025836] Company values bigger dan int32 were put to negative
-Fix: [1025836] Long bridges had negative value
-Fix: Typo in endian_check.c (Zr40)
20 years ago
darkvater ddeae85be4 (svn r200) -Fix: oops, ALT+F4 didn't work anymore. Fixed now. 20 years ago
darkvater 2cd8a89d44 (svn r199) -Fix: [993374] Pressing alt locks the game - sort of a bug. I hope I didn't break anything :O 20 years ago
darkvater a956b63b41 (svn r198) -Fix: [1020269] Different production? Wrong production amount was showed in the industry list window
-Fix: Show industry list is now the first dropdown item. Second is Fund Industry.
20 years ago
darkvater 80cb0b7fd6 (svn r197) -Fix: Disable Fast Forward in network games visually (didn't work anyways, just showed graphical output) 20 years ago
miham 0caa819190 (svn r196) Daily langfile updates 20 years ago
miham c7ab4b6e69 (svn r195) Initial finnish translation, 50% completed 20 years ago
truelight eb49a19460 (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way! 20 years ago
truelight 1c1a5b91c9 (svn r193) -Fix: [OldAI] If service-interval is in %, it works correct now. 20 years ago
miham 79fce8bf9d (svn r192) Langfile updates -- hope it worx 20 years ago
darkvater c58c0ca87d (svn r191) -Some langfixes 20 years ago
bjarni cbdd088649 (svn r190) Makefile: fixed bug, that prevented compilation with MANUAL_CONFIG enabled 20 years ago
darkvater 216abe4e93 (svn r189) -Fix: [1024750] Fix: network.c - timeout error. When one client timed out, all clients were disconnected (sign_de) 20 years ago