codeimp
|
d88027c9f4
|
Linedef arguments are set to 0 when action 0 (normal) is chosen. But are not forced to stay 0 (you can still change them after selecting the action)
|
2010-10-03 13:31:29 +00:00 |
|
codeimp
|
abc0d29c19
|
Fixed problem where changes to the custom fields of sidedefs could not be undone.
|
2010-10-03 12:05:55 +00:00 |
|
codeimp
|
7f685b4c77
|
Added maximum number of map element checks (now you can't corrupt your map when exceeding the format's limits)
|
2010-08-15 19:43:00 +00:00 |
|
codeimp
|
5f63667a66
|
Linedef action arguments are no longer reset to 0 when the selected action is 0
|
2010-08-13 14:04:42 +00:00 |
|
codeimp
|
5b58693a71
|
Several interface bug fixes and aesthetics
|
2009-07-09 22:43:39 +00:00 |
|
codeimp
|
55e640b6e1
|
- Progressive undo/redo system (much faster and up to 1000 undo/redo levels) Please note that several plugin functions and properties have changed.
- Some small optimizations in the classic 2D rendering (cached linedef flags, reduced some unneeded redrawing)
|
2009-06-11 21:21:20 +00:00 |
|
codeimp
|
f09bfff419
|
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
|
2009-06-05 19:03:56 +00:00 |
|
codeimp
|
7e7f24e965
|
@ re-added source code with new directory structure
|
2009-04-19 18:07:22 +00:00 |
|