skidd13
|
6d94be75e9
|
(svn r14557) -Codechange: Remove a redundant line of code
|
2008-11-02 11:41:13 +00:00 |
|
skidd13
|
706dd0f86c
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
skidd13
|
6043b4574e
|
(svn r14553) -Doc: Add some doxygen comments
|
2008-11-02 11:05:26 +00:00 |
|
skidd13
|
38efdc8222
|
(svn r14546) -Codechange: Unify string(cpy|cat) functions
-Doc: string(cpy|cat) functions
|
2008-10-29 16:30:41 +00:00 |
|
skidd13
|
0c253041bd
|
(svn r14507) -Codechange: Update the RPM spec file (futher changes are expected till 0.7)
|
2008-10-21 12:15:09 +00:00 |
|
skidd13
|
5b8af7db3b
|
(svn r14443) -Change: Unify the delimiters used in config* and make*
|
2008-10-06 17:05:44 +00:00 |
|
skidd13
|
32ab467e97
|
(svn r13805) -Fix(r13801): Missed a replacement
|
2008-07-23 16:58:52 +00:00 |
|
skidd13
|
e9ea5dec05
|
(svn r13804) -Fix(r13801): a search after remove should help to find missed incarnations
|
2008-07-23 16:52:10 +00:00 |
|
skidd13
|
79295afcc6
|
(svn r13803) -Fix(r13801): Copy & paste mistakes
|
2008-07-23 16:44:04 +00:00 |
|
skidd13
|
856c9e14b1
|
(svn r13802) -Fix(r13801): a few small typos
|
2008-07-23 15:52:53 +00:00 |
|
skidd13
|
f9d15a6baf
|
(svn r13801) -Add: further configuration options to make packaging more union
-Add: Unix man file gets now installed if necessary
|
2008-07-23 15:37:20 +00:00 |
|
skidd13
|
7cb5bf9c12
|
(svn r13793) -Codechange: Unify the dir checking in config.lib
|
2008-07-22 23:11:40 +00:00 |
|
skidd13
|
317207ce0c
|
(svn r13792) -Codechange: Display current values of the options in ./configre --help instead of static strings
|
2008-07-22 22:44:41 +00:00 |
|
skidd13
|
9db4ea6230
|
(svn r13791) -Fix(r13790): Don refer to variables when their value isn't set as expected
|
2008-07-22 22:36:07 +00:00 |
|
skidd13
|
1b60a3522e
|
(svn r13790) -Fix: Enable to force the creation of freedesktop.org desktop entry files
|
2008-07-22 22:21:38 +00:00 |
|
skidd13
|
2710144452
|
(svn r13785) -Add: support for freedesktop.org desktop entry files
|
2008-07-22 17:18:53 +00:00 |
|
skidd13
|
6dfc596da1
|
(svn r13757) -Doc: Update the man file
|
2008-07-20 15:39:20 +00:00 |
|
skidd13
|
9335a28cb5
|
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
|
2008-06-27 17:46:43 +00:00 |
|
skidd13
|
7a0ad3af52
|
(svn r13630) -Update: apply english.txt changes from r13628 to other languages
|
2008-06-25 17:37:12 +00:00 |
|
skidd13
|
41b09d4027
|
(svn r13628) -Feature: enable building of aqueducts in the scenario editor
-Codechange: related to this split the waterway based buttons from the landscape generation window
|
2008-06-25 17:30:16 +00:00 |
|
skidd13
|
6e1dd7f719
|
(svn r13617) -Codechange: calculate the diff in StationWaitingSorter directly
|
2008-06-23 22:51:21 +00:00 |
|
skidd13
|
b4ef380c49
|
(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
|
2008-06-22 15:41:38 +00:00 |
|
skidd13
|
640e547886
|
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
|
2008-06-22 15:21:51 +00:00 |
|
skidd13
|
fd49e1c379
|
(svn r13592) -Fix: window size remembering was broken
|
2008-06-20 14:54:47 +00:00 |
|
skidd13
|
32c2041f89
|
(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
-Cleanup: some small things referring the change
|
2008-06-19 19:58:30 +00:00 |
|
skidd13
|
bf826eb06e
|
(svn r13577) -Change: group core files in source.list together
|
2008-06-19 10:40:19 +00:00 |
|
skidd13
|
2f65d35ead
|
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
|
2008-06-19 10:19:02 +00:00 |
|
skidd13
|
c4cc5cdf3b
|
(svn r13574) -Doc: Document the small vector template class
|
2008-06-19 09:33:50 +00:00 |
|
skidd13
|
e7f2765f4c
|
(svn r13573) -Codechange: Use smallvec class functions instead of class members
|
2008-06-19 09:32:25 +00:00 |
|
skidd13
|
f1cecb1795
|
(svn r13535) -Codechange: Protect GUIList internals
-Fix: VL_FIST_SORT should be set after list rebuild too
|
2008-06-16 17:10:55 +00:00 |
|
skidd13
|
0a19f738bc
|
(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls
|
2008-06-16 17:09:52 +00:00 |
|
skidd13
|
6b8a758339
|
(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
|
2008-06-16 17:05:17 +00:00 |
|
skidd13
|
617e1f16c0
|
(svn r13524) -Codechange: use the typesafe QSort for vehicle sortings
-Prepare: vehicles sorting for convsersion to GUIList
|
2008-06-15 22:10:22 +00:00 |
|
skidd13
|
f95cee3057
|
(svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting
|
2008-06-15 16:40:41 +00:00 |
|
skidd13
|
dd5f4f0a2c
|
(svn r13522) -Codechange: Replace the qsort of the highscore with one of the internal sorters
|
2008-06-15 16:11:25 +00:00 |
|
skidd13
|
1ddafcadd2
|
(svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for CompanyLeagueWindow
|
2008-06-15 15:48:33 +00:00 |
|
skidd13
|
03854bf27c
|
(svn r13517) -Add: remaining used typesafe versions of the mem* functions from <string.h>
|
2008-06-14 16:41:03 +00:00 |
|
skidd13
|
96fc91baf3
|
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
|
2008-06-14 16:23:08 +00:00 |
|
skidd13
|
d99aef2f71
|
(svn r13490) -Add: a seperate icon for aqueducts
|
2008-06-12 16:30:41 +00:00 |
|
skidd13
|
11cdcf875c
|
(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
|
2008-06-02 14:27:58 +00:00 |
|
skidd13
|
8a40ca49c6
|
(svn r13359) -Codechange: convert _fios_items to a SmallVector
-Cleanup: some reincarnations of _fios_items in the code
|
2008-06-02 14:19:27 +00:00 |
|
skidd13
|
bed7719967
|
(svn r13328) -Fix (r13327): Don't access an item when there isn't any
|
2008-05-29 16:47:22 +00:00 |
|
skidd13
|
a8abdaec92
|
(svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now
|
2008-05-29 16:37:26 +00:00 |
|
skidd13
|
6e334d10bb
|
(svn r13312) -Update: apply english.txt changes from r13311 to other languages
|
2008-05-28 16:50:05 +00:00 |
|
skidd13
|
b80425fdf9
|
(svn r13311) -Codechange: Use GUIList for the industry directory window
-Codechange: Replaced the four sort buttons by a dropdown
-Codechange: Reduced the default window size
|
2008-05-28 16:45:00 +00:00 |
|
skidd13
|
49a0bd7f90
|
(svn r13299) -Fix (r13286): Stations sort type isn't updated correctly
|
2008-05-27 20:33:44 +00:00 |
|
skidd13
|
83c442cc57
|
(svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object
|
2008-05-27 18:50:31 +00:00 |
|
skidd13
|
6d46851b61
|
(svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered
|
2008-05-27 10:27:30 +00:00 |
|
skidd13
|
e42690b381
|
(svn r13285) -Codechange: station sorting uses GUILists Sort() now
|
2008-05-27 09:57:29 +00:00 |
|
skidd13
|
825f8266e2
|
(svn r13283) -Codechange: convert the inheritance of GUIList in PlayerStationsWindow to a member object
|
2008-05-27 09:24:45 +00:00 |
|
skidd13
|
0972b3dd15
|
(svn r13271) -Codechange: groups sorting uses GUILists Sort() now
|
2008-05-26 18:30:58 +00:00 |
|
skidd13
|
515e0fa22d
|
(svn r13269) -Codechange: build bridge window uses GUILists Sort() now
-Cleanup: make some globals part of the build bridge window
|
2008-05-26 17:53:37 +00:00 |
|
skidd13
|
18acb21d65
|
(svn r13267) -Codechange: extend GUIList with a GnomeSort
|
2008-05-26 16:44:48 +00:00 |
|
skidd13
|
a426047441
|
(svn r13159) -Feature: Add the ability to sort availible bridges in the build bridge GUI
|
2008-05-18 12:25:46 +00:00 |
|
skidd13
|
736671347b
|
(svn r13149) -Codechange: make a class of the BuildBridgeWindow.
|
2008-05-17 22:07:04 +00:00 |
|
skidd13
|
584bbfd7e7
|
(svn r12534) -Feature: Add a new type of town road layouts - random for each town
|
2008-04-01 16:27:01 +00:00 |
|
skidd13
|
9d914a803c
|
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future
|
2008-03-31 16:07:50 +00:00 |
|
skidd13
|
4cc6140619
|
(svn r12513) -Codechange: rename OriginalTileRandomiser something more descriptive
|
2008-03-31 15:10:24 +00:00 |
|
skidd13
|
2405ffd855
|
(svn r12442) -Feature: Allow build leveled roads on slopes for the old ai
|
2008-03-27 14:46:27 +00:00 |
|
skidd13
|
b490a21e50
|
(svn r12440) -Fix [FS#1694]: Make the road building and road removing conditions more union
-Feature: Allow to build/remove more road-piece combinations directly
|
2008-03-27 14:26:31 +00:00 |
|
skidd13
|
82eebc20c0
|
(svn r12419) -Cleanup: of the internal road-piece building and removing.
|
2008-03-25 18:59:25 +00:00 |
|
skidd13
|
a887b79f90
|
(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo)
|
2008-03-18 12:28:21 +00:00 |
|
skidd13
|
9a96f89646
|
(svn r12365) -Fix: missing redraw call in the road gui
|
2008-03-13 18:53:49 +00:00 |
|
skidd13
|
442efcffb0
|
(svn r12344) -Codechange: Check uint64 bitsize on compiletime too.
|
2008-03-05 18:51:26 +00:00 |
|
skidd13
|
953c3cb6df
|
(svn r12021) -Cleanup: Make some parts of the town growth a bit more descriptive
-Codechange: Remove some needless checks
|
2008-01-30 17:31:39 +00:00 |
|
skidd13
|
4991dcecc7
|
(svn r11978) -Codechange: Replace some global variables with window owned ones
|
2008-01-24 18:35:35 +00:00 |
|
skidd13
|
ade37de6c6
|
(svn r11745) -Codechange: Unify the spinner widget drawing of the difficulty settings window and make its disabled state min max aware.
|
2008-01-02 23:59:11 +00:00 |
|
skidd13
|
566a24d6ee
|
(svn r11723) -Feature: add initial support for Intel C Compiler on linux
-Codechange: silence a few warnings of ICC
|
2007-12-30 19:32:09 +00:00 |
|
skidd13
|
6cb68b9144
|
(svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore
|
2007-12-25 18:25:25 +00:00 |
|
skidd13
|
59d6c5e157
|
(svn r11698) -Change: Make the abort/accept process of the difficulty window a bit less confusing
-Change: Make the highscore button in the difficulty window a bit more obvious
-Codechange: Enumify the window-widgets of the difficulty window
|
2007-12-25 15:56:41 +00:00 |
|
skidd13
|
7963963d98
|
(svn r11695) -Codechange: Converted the md5 algorithm to OOP
-Codechange: Adapt the md5 algorithm to the OpenTTD source
|
2007-12-25 13:59:21 +00:00 |
|
skidd13
|
da5d3a7b3b
|
(svn r11687) -Codechange: move some defines to a better place
|
2007-12-23 14:06:03 +00:00 |
|
skidd13
|
1d9c27e235
|
(svn r11626) -Fix [FS#1529]: Pause state wasn't set correctly in multiplayer saves
|
2007-12-12 21:56:10 +00:00 |
|
skidd13
|
9124331b0d
|
(svn r11614) -Fix: The about dialog scrolling was connected to the mouse instead of the internal ticks
|
2007-12-09 22:14:41 +00:00 |
|
skidd13
|
f20e414e2e
|
(svn r11607) -Codechange: Enumify the industry widgets
-Feature: Enable doubleclick in the found new industries window to build an industries
|
2007-12-09 17:07:50 +00:00 |
|
skidd13
|
98bd772119
|
(svn r11587) -Fix (r11457): The one way road button wasn't reset on abort
|
2007-12-07 17:51:27 +00:00 |
|
skidd13
|
7159007a35
|
(svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there
|
2007-12-07 12:22:34 +00:00 |
|
skidd13
|
2c3c6593d4
|
(svn r11580) -Feature: Memorise the resizing of the build bridge selection window during runtime
|
2007-12-06 18:29:31 +00:00 |
|
skidd13
|
82913a2134
|
(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style
|
2007-12-03 09:19:19 +00:00 |
|
skidd13
|
1a43c6a6f6
|
(svn r11563) -Codechange: Align the preprocessor code in stdafx.h with tabs
|
2007-12-02 21:43:16 +00:00 |
|
skidd13
|
7be55559b8
|
(svn r11550) -Fix (r11547): Updated the data files regarding to r11549
|
2007-12-02 00:53:01 +00:00 |
|
skidd13
|
4704d4619b
|
(svn r11539) -Feature: Make the bridge selection window resizable
|
2007-11-29 18:27:39 +00:00 |
|
skidd13
|
6e511188ae
|
(svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation
|
2007-11-28 21:59:06 +00:00 |
|
skidd13
|
71c10f7df7
|
(svn r11527) -Codechange: Split the bitmath functions of to their own files
|
2007-11-26 17:50:22 +00:00 |
|
skidd13
|
734b22e070
|
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
|
2007-11-26 16:01:29 +00:00 |
|
skidd13
|
bdc7fd2d76
|
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
-Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style
|
2007-11-25 15:35:25 +00:00 |
|
skidd13
|
2bf2be987d
|
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds
|
2007-11-25 15:17:16 +00:00 |
|
skidd13
|
bf959f926f
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
737aec4db6
|
(svn r11490) -Codechange: Split the math functions to their own header
-Codechange: Replace the rest of the math macros with functions
|
2007-11-22 18:01:51 +00:00 |
|
skidd13
|
1d56af1d33
|
(svn r11489) -Fix r11488: Somehow the code was added multiple times
|
2007-11-21 19:18:34 +00:00 |
|
skidd13
|
83601671c7
|
(svn r11488) -Codechange: Spilt the random functions out to seperate file
-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random
|
2007-11-21 19:13:38 +00:00 |
|
skidd13
|
a91c2a4c39
|
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
|
2007-11-20 14:11:19 +00:00 |
|
skidd13
|
eeaa348f8b
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
b8885630aa
|
(svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
|
2007-11-20 12:57:24 +00:00 |
|
skidd13
|
5c31a973a1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
58bb5c7525
|
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
This fixes also FS#1450
|
2007-11-19 20:40:14 +00:00 |
|
skidd13
|
d076ea8697
|
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
-Codechange: Rename the BIGMUL functions to the fitting naming style
|
2007-11-19 20:18:27 +00:00 |
|
skidd13
|
50bfe1a19d
|
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
|
2007-11-19 18:58:04 +00:00 |
|
skidd13
|
8be526e499
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|