duncanspumpkin
1f08f092dd
Fix #2273
...
This was also allowing bins to be paid for placing in a 4 connected tile
2015-11-10 17:23:38 +00:00
duncanspumpkin
bbe2a34714
Fix #2151 .
...
I think this fixes the issue but its hard to understand from the original
issue.
2015-11-03 14:39:33 +00:00
Michał Janiszewski
7d0ce00bab
Strip all whitespace
2015-10-20 20:48:51 +02:00
duncanspumpkin
31e6942ff0
Fix #1761 . Issue caused by or = instead of !=
2015-10-15 21:03:29 +01:00
duncanspumpkin
ecc2f74b63
Implement game command footpath from track.
...
Fixes #1954
2015-09-29 23:07:07 +01:00
IntelOrca
88db4f12aa
fix #1910
2015-09-09 20:25:34 +01:00
Gymnasiast
308b086c55
Name some addresses, clean up strings ids and usage
2015-08-27 16:19:17 +02:00
IntelOrca
1a877e637d
refactor sprite_invalidate
2015-08-22 11:56:32 +01:00
medsouz
7071bd9353
Document more addresses
...
Created defines for all the memory addresses I could find in peep/staff.c
and updated everywhere they're being used.
2015-08-16 18:25:17 -04:00
zsilencer
3a26f56000
fix path placement for network
2015-08-14 09:13:40 -06:00
IntelOrca
9ec701345f
fix #1724
2015-08-04 17:40:02 +01:00
olegv11
2b6cfdec1d
Added a helper function footpath_element_is_wide
2015-07-31 12:43:57 +03:00
Duncan Frost
568915d7fb
Fix peeps not moving when footpath changed.
...
Fixes #1604
2015-07-26 07:41:44 +01:00
Duncan Frost
812010001d
Implement guest surface path finding
2015-07-25 11:16:59 +01:00
Duncan Frost
bff00b29bf
Fix more small pathfinding bugs. Fix unset memory errors
2015-07-25 10:12:51 +01:00
LRFLEW
d3742319b3
Fix #1654
2015-07-21 13:15:11 -05:00
Duncan Frost
9e8b9b10c7
Fix footpath connection bug
2015-07-19 10:00:43 +01:00
LRFLEW
e0f425ab61
Improved Queue Pathing
2015-07-16 13:02:29 -05:00
Duncan Frost
2bdb32061b
Fix path connection to ride entrances.
...
Fixes #1616 . Small fix to queue chaining as well.
2015-07-15 21:35:34 +01:00
IntelOrca
968aec9040
fix #1605
2015-07-14 11:43:19 +01:00
IntelOrca
26a540e78d
fix #1605
2015-07-14 01:26:00 +01:00
IntelOrca
9c8be6a483
allow disable clearance checks for footpaths
2015-07-10 21:33:32 +01:00
IntelOrca
d5ffaefdf0
add better disable clearance cheat
2015-07-10 21:32:11 +01:00
IntelOrca
fbf3d6af76
fix #1587
2015-07-10 20:58:17 +01:00
IntelOrca
7377de0049
fix #1578
2015-07-09 17:19:55 +01:00
IntelOrca
0ab33d67e8
implement footpath_connect_edges
2015-07-07 19:09:48 +01:00
IntelOrca
8113c9562b
implement footpath_chain_ride_queue
2015-07-07 02:35:53 +01:00
IntelOrca
f859eefc4b
implement footpath_remove_edges_at
2015-07-06 22:13:04 +01:00
IntelOrca
791c2391f5
implement-editor-callprocs, part 2
2015-07-06 14:40:37 +01:00
IntelOrca
c4504323c8
implement-editor-callprocs, part 1
2015-07-06 12:49:30 +01:00
IntelOrca
c441ee2d1b
implement finish-map-window part 2
2015-07-01 15:17:25 +01:00
Duncan Frost
b1183757ec
Fix banner bug. Small refactor
2015-06-21 12:07:44 +01:00
IntelOrca
ee7a2c47f4
refactor map size
2015-06-13 19:11:26 +01:00
Gymnasiast
732319514f
Allow building in pause mode via a cheat
2015-06-10 19:35:53 +02:00
Ted John
dbb7ae8e15
Merge pull request #1284 from trigger-death/decompile-toggle-price
...
Decompiled toggle ride price and fixed ride price
2015-06-09 23:07:20 +01:00
Robert Jordan
0f955d0d92
Decompiled toggle ride price
2015-06-09 17:00:11 -04:00
Gymnasiast
7ed434a804
Rework land ownership cheat into sandbox mode
2015-06-09 17:19:05 +02:00
IntelOrca
12b01d6521
implement footpath_remove_litter and footpath_interrupt_peeps
2015-06-09 02:09:18 +01:00
IntelOrca
b79bc68af9
fix #1234
2015-06-07 14:01:32 +01:00
Duncan Frost
117526ec77
Fix #1239 . Issue caused by sign extension.
2015-06-06 20:12:21 +01:00
Duncan Frost
b2caeaf531
Refactor of code slightly
...
Since get_map_coordinates_from_pos returns sint16 values I changed it so that it didn't use sint32 values.
2015-05-30 06:27:52 +01:00
Duncan Frost
ed685688e2
More scenery_place.
...
There is a bug in the path code
2015-05-13 19:19:43 +01:00
Timmy Weerwag
10c4722a86
Deciphered flags and z param of get_map_coordinates_from_pos
2015-05-03 13:54:08 +02:00
zsilencer
c40a6f4789
game_command_remove_banner
2015-04-25 09:21:11 -06:00
Duncan Frost
e04165eef4
Refactoring and bug fixing.
...
Noticed a bug that was causing path bits to fail to be changed.
Reduced compile warnings by using ints for coordinates.
Rearanged colour picker to stop bug that prevents its use when first clicked.
2015-04-23 20:40:53 +01:00
Duncan Frost
9749d7d602
Added path bit placement
...
Fixed bug in footpath_place_real that causes it to not place path bits.
2015-04-23 17:23:01 +01:00
Duncan Frost
d0420eef0b
Refactor to use defined pathBit entry address.
2015-04-22 21:03:44 +01:00
Timmy Weerwag
05fa87ad5d
Fixed warnings
2015-04-04 15:22:37 +02:00
Timmy Weerwag
b20efdada8
Refactored common code into viewport_coord_to_map_coord
2015-04-03 21:11:03 +02:00
Timmy Weerwag
8e11c6528d
Coding style
2015-04-02 17:19:21 +02:00