frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
35ba356ed3
|
(svn r19804) -Fix (r19802): Compile before commit, or at least triple check :)
|
2010-05-12 21:39:56 +00:00 |
|
rubidium
|
7e1808ce21
|
(svn r19804) -Fix (r19802): Compile before commit, or at least triple check :)
|
2010-05-12 21:39:56 +00:00 |
|
belugas
|
2ef7ec4309
|
(svn r19803) -Fix(r19802): Compile before commit, or at least double check...
|
2010-05-12 21:07:31 +00:00 |
|
belugas
|
7d43793ec4
|
(svn r19803) -Fix(r19802): Compile before commit, or at least double check...
|
2010-05-12 21:07:31 +00:00 |
|
belugas
|
6ef9f85cb6
|
(svn r19802) -Codechange: Replace some more magic numbers by corresponding constants
|
2010-05-12 20:59:39 +00:00 |
|
belugas
|
e5a3900d37
|
(svn r19802) -Codechange: Replace some more magic numbers by corresponding constants
|
2010-05-12 20:59:39 +00:00 |
|
terkhen
|
74a7508777
|
(svn r19715) -Codechange: Rename all appareances of shiplift to lock.
|
2010-04-24 21:03:40 +00:00 |
|
terkhen
|
1d60eac168
|
(svn r19715) -Codechange: Rename all appareances of shiplift to lock.
|
2010-04-24 21:03:40 +00:00 |
|
rubidium
|
02363447a6
|
(svn r19697) -Add: sprite for NewGRF some debuging features
|
2010-04-23 14:31:10 +00:00 |
|
rubidium
|
532ac6bd67
|
(svn r19697) -Add: sprite for NewGRF some debuging features
|
2010-04-23 14:31:10 +00:00 |
|
rubidium
|
6c1bebfa5d
|
(svn r19005) -Codechange: make animated cursors have a bit set instead of using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed.
|
2010-02-04 15:42:38 +00:00 |
|
rubidium
|
fbb9b4760a
|
(svn r19005) -Codechange: make animated cursors have a bit set instead of using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed.
|
2010-02-04 15:42:38 +00:00 |
|
frosch
|
04090dc6ab
|
(svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful.
|
2010-01-22 18:47:29 +00:00 |
|
frosch
|
6260d243ee
|
(svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful.
|
2010-01-22 18:47:29 +00:00 |
|
rubidium
|
ab46479d64
|
(svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety.
|
2010-01-21 01:46:40 +00:00 |
|
rubidium
|
e130e4e9ba
|
(svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety.
|
2010-01-21 01:46:40 +00:00 |
|
frosch
|
9bbabadd29
|
(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
2010-01-17 01:01:56 +00:00 |
|
frosch
|
d9d75c83d5
|
(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
2010-01-17 01:01:56 +00:00 |
|
alberth
|
d7c797fcf3
|
(svn r18581) -Change (r18570): Update sprite tables for the window shading sprites too.
|
2009-12-20 20:15:19 +00:00 |
|
alberth
|
a4a043344b
|
(svn r18581) -Change (r18570): Update sprite tables for the window shading sprites too.
|
2009-12-20 20:15:19 +00:00 |
|
peter1138
|
10753a6199
|
(svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail pieces was inverted.
|
2009-12-15 13:59:20 +00:00 |
|
peter1138
|
7b136d1fdd
|
(svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail pieces was inverted.
|
2009-12-15 13:59:20 +00:00 |
|
rubidium
|
5d685f7195
|
(svn r18192) -Codechange: make the music window RTL aware
|
2009-11-19 20:34:45 +00:00 |
|
rubidium
|
16f270467f
|
(svn r18192) -Codechange: make the music window RTL aware
|
2009-11-19 20:34:45 +00:00 |
|
rubidium
|
9fc2e8d269
|
(svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites.
|
2009-11-04 18:28:59 +00:00 |
|
rubidium
|
32b568a7e9
|
(svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites.
|
2009-11-04 18:28:59 +00:00 |
|
rubidium
|
95bcee3fde
|
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
|
2009-11-02 16:07:09 +00:00 |
|
rubidium
|
56611d13db
|
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
|
2009-11-02 16:07:09 +00:00 |
|
yexo
|
d384908d56
|
(svn r17455) -Codechange: use sprite names instead of magic numbers in table/clear_land.h and change some names
|
2009-09-07 13:38:57 +00:00 |
|
yexo
|
ec63a0fc14
|
(svn r17455) -Codechange: use sprite names instead of magic numbers in table/clear_land.h and change some names
|
2009-09-07 13:38:57 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
d091c7d80f
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
smatz
|
c03ce4b1c7
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
rubidium
|
1ba5811024
|
(svn r15760) -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth)
|
2009-03-18 01:06:48 +00:00 |
|
rubidium
|
35e4dc0f4b
|
(svn r15760) -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth)
|
2009-03-18 01:06:48 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
332846e9e2
|
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
|
2009-03-15 00:03:27 +00:00 |
|
rubidium
|
d72273d1f3
|
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
|
2009-03-15 00:03:27 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
peter1138
|
4546a29729
|
(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs.
|
2009-01-25 19:27:13 +00:00 |
|
peter1138
|
c4ccf1a28d
|
(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs.
|
2009-01-25 19:27:13 +00:00 |
|
rubidium
|
7642fd7b34
|
(svn r14969) -Codechange: make drawing trees possible (Alberth)
|
2009-01-10 17:13:41 +00:00 |
|
rubidium
|
8ad56c4229
|
(svn r14969) -Codechange: make drawing trees possible (Alberth)
|
2009-01-10 17:13:41 +00:00 |
|
rubidium
|
054787f082
|
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
|
2009-01-09 22:48:57 +00:00 |
|
rubidium
|
c08f520acf
|
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
|
2009-01-09 22:48:57 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|