Commit Graph

40 Commits (26fdd149630e14ddc6e80030a55ba4bd1b332e65)

Author SHA1 Message Date
KUDr 308f27a3de (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 18 years ago
belugas 69f47611db (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures.
Apart from moving stuff cargo related, there is nothing really newcargo for now.
18 years ago
KUDr 607f88410e (svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c 18 years ago
belugas bbb2c58456 (svn r4493) Newgrf : Action 04. Beginning of implementation.
Some TODOs left, but the core is there.
Thanks to Peter1138 for code, advice and patience
And to Patchman for letting us define a lot of langids :)
18 years ago
peter1138 edc5b8ba4b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files 18 years ago
peter1138 08eb79310a (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file 19 years ago
belugas a71ece5ffb (svn r4163) CodeChange : Add missing file to MS Project and Workspace files 19 years ago
celestar 6c44bf5012 (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas. 19 years ago
Darkvater c9bf9b7553 (svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later. 19 years ago
Darkvater f8e27fb2f6 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113 19 years ago
belugas 24cc5e41df (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection 19 years ago
Darkvater bcf0d9ff06 (svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr) 19 years ago
Darkvater 7cdf803d0b (svn r3892) - Add missing file to VS project-file 19 years ago
Darkvater 50beefb31f (svn r3871) - [win32] Remove mapfile generation and generate a pdb file instead. This and the corresponding executable is enough to trace the source of a crash given by crash.txt by using WinDbg for example. Mapfiles are a bit deprecated in the newer VS environments. 19 years ago
peter1138 9a09704d08 (svn r3809) - Add map accessor files to MS VS 2003 project file 19 years ago
peter1138 5871a45b20 (svn r3666) Fix up svn properties and add header files to Windows project files. 19 years ago
peter1138 2dd0473e0a (svn r3558) Add newgrf_callbacks.h to VS project files 19 years ago
Darkvater ad9e054822 (svn r3527) - Codechange: merge change from branch/0.4.5/. It should be other way, but ok :S 19 years ago
peter1138 50ff85428b (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files. 19 years ago
peter1138 6c28b1cec7 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files. 19 years ago
Darkvater 4014e36aec (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
- The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
19 years ago
tron 0d1c598833 (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule 19 years ago
Darkvater c7e22d0eb0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project) 19 years ago
Darkvater e1acd38bc5 (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Fix warning in graph_gui.c with const problem
19 years ago
Darkvater 985bcc6af7 (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
- Add settings.h to VS.NET project.
19 years ago
Darkvater c5db106a11 (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Remove release build of strgen, since it is never used.
Add current ottd version to resource file. Don't forget to update when we make a release :)
19 years ago
Darkvater 0f08a1c694 (svn r2923) Update project files for VS2003 and VS6 (rev2921) 19 years ago
Darkvater 9ab7af9eaf (svn r2909) Game would hang where the autosave_on_exit was activated.
- Updated VS.NET and VS6 project files changed AI files
19 years ago
tron a7d6b41c6a (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
This doesn't ease the global variable mess, but makes the distinction between sprite heap and gfx loading routines easier.
19 years ago
tron 4357fe0132 (svn r2844) Update the MSVC project files, thanks AsterixMG 19 years ago
tron bd48d67c28 (svn r2810) Threads may now return information when they terminate using a void*.
Also add the new files to the MSVC project files.
19 years ago
orudge 5e31dff2fd (svn r2719) - Update MSVC 2003 project (AsterixMG) 19 years ago
orudge 466e1c63e8 (svn r2709) - Update VC 2003 project file (AsterixMG) 19 years ago
Darkvater 2419ee5d54 (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. 19 years ago
Darkvater eceb9a0abe (svn r2608) - Fix: add strings.h to vs.net2003 project file 19 years ago
truelight a28295b394 (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
for a global AI-handler
19 years ago
Darkvater c2409a2861 (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file 19 years ago
Darkvater 861df07677 (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files. 19 years ago
matthijs ee4d9dbf0d (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
* Codechange: Move declaration of lookup arrays into the functions that need them. This doesn't pollute the global namespace with the array names.
* Add: rail.h to the openttd.vcproj and openttd.dsp for MSVC.
19 years ago
Darkvater ba8c649fac (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. 19 years ago