codeimp
|
b36af4bc37
|
@ Better description for size "relative" -> "scale"
|
2009-08-21 09:31:26 +00:00 |
|
codeimp
|
a48cde8509
|
@ Oops. These files go with the previous commit.
|
2009-08-21 08:40:00 +00:00 |
|
codeimp
|
02290d6898
|
Added Edit Selection Mode docker panel to view and modify transformation values manually
|
2009-08-21 08:38:24 +00:00 |
|
codeimp
|
1f73d1a105
|
@ Some fixes in the behavior of docker controls and added WhenButtonsClicked event to the ButtonsNumericTextbox
|
2009-08-21 08:37:02 +00:00 |
|
codeimp
|
fcde15398a
|
Fixed a bug with thing heights in Visual Mode for things that have no sprite
|
2009-08-19 14:06:21 +00:00 |
|
codeimp
|
3ca0b615aa
|
- Things browser no longer closes when double-clicked on a category
- Find & Replace mode now changes render presentation to show Things on-top when a Things search is performed
|
2009-08-19 13:14:55 +00:00 |
|
codeimp
|
b1c23198d9
|
Fixed bug that caused highlighted objects to join pasted objects in the Edit Selection Mode
|
2009-08-19 11:42:20 +00:00 |
|
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 |
|