codeimp
|
07b82ce082
|
Fixed a bug with the combination of "Additive select without shift" and "Automatic clear selection" behavior
|
2009-08-19 11:09:10 +00:00 |
|
codeimp
|
907669a1c9
|
Changed the DECORATE parser to read all actor properties and exposed the DECORATE info for plugins (General.Map.Data.Decorate)
|
2009-08-15 08:41:43 +00:00 |
|
codeimp
|
67dfcb2c0d
|
@ This action was for testing only (BlockMapMode). Removing it.
|
2009-08-14 13:55:29 +00:00 |
|
codeimp
|
d75bd6be69
|
@ Modified the BlockMap class with a template for the BlockEntry class and added custom block size (must be a power of 2 greater than 1)
@ Added BlockMapMode as an example to show how the BlockMap class behaves
|
2009-08-14 10:45:22 +00:00 |
|
codeimp
|
9d6d86936d
|
@ Fixed a bug in the BlockMap class that prevented some lines/things from being added to the blockmap
|
2009-08-14 07:31:07 +00:00 |
|
codeimp
|
72741d82bf
|
@ Fixed a bug in the BlockMap class that prevented some lines/things from being added to the blockmap
|
2009-08-14 07:23:10 +00:00 |
|
codeimp
|
0ab176fb87
|
@ Added Image Drawing Example plugin to repository
|
2009-08-02 22:10:34 +00:00 |
|
codeimp
|
578259fe67
|
@ Forgot to expose RenderRectangleFilled to plugins. Added now.
|
2009-08-02 21:47:44 +00:00 |
|
codeimp
|
068ea01e84
|
@ Made CreateTexture and ReleaseTexture public: Plugins must be allowed to load images as textures in video memory.
|
2009-08-02 21:34:16 +00:00 |
|
codeimp
|
403c57a746
|
@ Added RenderRectangleFilled overload that allows using a texture
|
2009-08-02 18:48:38 +00:00 |
|
codeimp
|
696b067095
|
@ modified constructor usage of ResourceImage class for more versatile use
|
2009-08-02 18:21:53 +00:00 |
|
codeimp
|
ed5c468fec
|
@ added calls to FindDefaultDrawSettings() when opening / creating a map to ensure these defaults exist
|
2009-08-01 23:03:07 +00:00 |
|
codeimp
|
5edec9046b
|
@ Fixed an undo/redo bug that caused problems in Visual Mode when multiple levels are undone at once
|
2009-08-01 08:33:28 +00:00 |
|
codeimp
|
1f493e526a
|
@ Added support to null a linedef type or thing type in a game configuration to resolve conflicts
|
2009-08-01 07:45:12 +00:00 |
|
codeimp
|
5ca1137c9e
|
@ Fixed a bug that caused configuration with overriding structures to fail loading
|
2009-07-31 12:54:39 +00:00 |
|
codeimp
|
680c0f854d
|
@ Numeric linedef flags are now automatically sorted
|
2009-07-31 11:00:11 +00:00 |
|
codeimp
|
8e0589ddf3
|
@ Total restructure of the game configuration includes
@ Missing include paths are now reported as errors
|
2009-07-30 18:10:57 +00:00 |
|
codeimp
|
a9ef78d33f
|
@ Removed unique key check in configurations: Setting with the same name now just overrides the previous.
|
2009-07-30 05:43:13 +00:00 |
|
codeimp
|
6661d8fb81
|
Exposed MapOptions for plugins and added funtions to read and write settings in the map options (dbs file)
|
2009-07-29 17:15:48 +00:00 |
|
codeimp
|
c2d5729644
|
@ Added sidedef functions to get the heights of high/mid/low wall parts
|
2009-07-29 16:34:17 +00:00 |
|
codeimp
|
b87690b50c
|
@ added config file error information in messages in case include files are used
|
2009-07-28 14:04:14 +00:00 |
|
codeimp
|
afd255bd68
|
Restructured configuration parsing code and added a file include system. Use in structure where to include a file like this: include(file [, structurepath] );
|
2009-07-28 13:40:30 +00:00 |
|
codeimp
|
2988bfeff9
|
@ Removed the Mass Undo/Redo plugin (this functionality is now in BuilderModes)
|
2009-07-24 06:48:20 +00:00 |
|
codeimp
|
24b275e6d3
|
@ this may be a useful function
|
2009-07-23 14:52:39 +00:00 |
|
codeimp
|
7a63edfc91
|
@ Fixed tabs in side panel being shown as selected while the side panels are closed (hidden)
|
2009-07-23 11:44:32 +00:00 |
|
codeimp
|
93bcd61f7b
|
Selection is now kept when leaving Edit Selection mode (also when pasting)
|
2009-07-23 11:19:50 +00:00 |
|
codeimp
|
50d06210df
|
Fixed a bug in the thing/linedef argument input boxes that caused an incorrect value when only increased/decreased with the up/down buttons
|
2009-07-23 09:43:51 +00:00 |
|
codeimp
|
29972eae8e
|
Information panel now correctly updates when undo/redo is performed
|
2009-07-23 09:23:40 +00:00 |
|
codeimp
|
5e53857fa6
|
@ Side panel docker (with auto hide enabled) now stays open when a textbox is focused for input
|
2009-07-23 08:53:52 +00:00 |
|
codeimp
|
b68ae937eb
|
@ fixed some bugs with the undo / redo list scrollbars
|
2009-07-23 05:09:53 +00:00 |
|
codeimp
|
1cc018f974
|
@ fixed side panels not always collapsing when mouse leaves the area
|
2009-07-22 21:15:14 +00:00 |
|
codeimp
|
061221d9ac
|
Added Undo/Redo list side panel
|
2009-07-22 15:16:28 +00:00 |
|
codeimp
|
399c558b4c
|
@ latest visual changes on the side panels and added preference options
|
2009-07-21 18:48:00 +00:00 |
|
codeimp
|
f2e1561093
|
@ work in progress on dockers
|
2009-07-21 15:15:38 +00:00 |
|
codeimp
|
77230eee5b
|
@ work in progress on dockers
|
2009-07-21 13:42:36 +00:00 |
|
codeimp
|
1a17a2be2b
|
@ work in progress on dockers
|
2009-07-21 05:51:13 +00:00 |
|
codeimp
|
bec1acf6c9
|
@ work in progress on dockers
|
2009-07-20 15:16:40 +00:00 |
|
codeimp
|
a5ad32d6d3
|
@ work in progress on dockers
|
2009-07-19 20:30:15 +00:00 |
|
codeimp
|
bf8285030b
|
@ Added begin of DockersControl. This is going to be a long and tedious development.
|
2009-07-17 15:06:15 +00:00 |
|
codeimp
|
7af4e711bb
|
@ Work in progress on the Mass Undo/Redo plugin
|
2009-07-15 15:17:23 +00:00 |
|
codeimp
|
0ac4c4ad4f
|
@ Fixed a bug in General.Map.UndoRedo.PerformRedo(n) (bug occurred when n > 1)
|
2009-07-15 15:10:50 +00:00 |
|
codeimp
|
5b9c65b47a
|
@ Work in progress on the Mass Undo/Redo plugin
|
2009-07-15 05:32:47 +00:00 |
|
codeimp
|
fffc868ce2
|
@ Work in progress on the Mass Undo/Redo plugin
|
2009-07-13 14:52:32 +00:00 |
|
codeimp
|
153ea1d767
|
@ Added Boris' Copy/Paste Sector Properties plugin to solution
@ Added new project for Mass Undo/Redo plugin
|
2009-07-12 21:37:33 +00:00 |
|
codeimp
|
dbc89a36aa
|
@ version number update
|
2009-07-12 11:52:48 +00:00 |
|
codeimp
|
7bf248130a
|
@ and a small improvement on that
|
2009-07-12 11:17:30 +00:00 |
|
codeimp
|
123167461d
|
Added option to drag automatically (without having to press the mouse button) when pasting
|
2009-07-12 11:14:34 +00:00 |
|
codeimp
|
d593294304
|
Simulate Doom brightness levels in Classic modes as well (now optional in game configs)
|
2009-07-12 09:58:05 +00:00 |
|
codeimp
|
2bbaf80b5a
|
Changed sector brightness levels in Visual Mode to closer simulate Doom's brightness levels
|
2009-07-12 09:32:53 +00:00 |
|
codeimp
|
5874496ab2
|
@ bug fixes regarding the selection in visual mode
@ fixed bug that caused a question message to save the map appear on closing after saving the map
|
2009-07-11 10:28:58 +00:00 |
|