codeimp
d1d917da96
Added support for DECORATE 'scale' property in actors (sprites in Visual Mode now scale accordingly)
2010-07-31 21:17:49 +00:00
codeimp
b0dfbc0df9
- Added support for "scaledtextureoffsets" game configuration setting. Boris writes the actual implementation.
2010-01-02 20:54:35 +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
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
680c0f854d
@ Numeric linedef flags are now automatically sorted
2009-07-31 11:00:11 +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
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
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
d593294304
Simulate Doom brightness levels in Classic modes as well (now optional in game configs)
2009-07-12 09:58:05 +00:00
codeimp
0aa067cffc
Added up/down buttons to numeric input controls
2009-07-10 19:15:22 +00:00
codeimp
85fcc2bd25
Added default start mode option to configuration dialog (see Modes tab)
2009-07-09 15:15:49 +00:00
codeimp
ee8d88c3dc
Added options for pasting and inserting prefabs
2009-07-09 14:03:47 +00:00
codeimp
f33d0ed1ff
Added classes/functions for plugins to create and/or select new/existing things filters
2009-07-05 10:26:57 +00:00
codeimp
70e60bc39a
Added preferences options for script editor tab width and auto-indent
2009-07-03 08:49:53 +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
boris_i
f66980b60f
- Fixed a bug that allowed to use texture names longer than 8 characters, making the WAD file unusable after saving
...
@ added a texturenamelength config var. Setting it to higher than 8 may result in unexpected behaviour due to the speed optimizations relying on 8 char texture names and should not be changed for now.
2009-06-08 18:52:56 +00:00
codeimp
e62146f464
- Reset default drawing textures when map options are changed
...
- Fixed some minor bugs in the choice of default drawing textures
2009-05-31 10:59:42 +00:00
boris_i
2485c5b184
Added variable "skyflatname" as a game configuration item. It is used to ignore false positives when checking for missing textures. Updated all the game config files to make use of this feature.
2009-05-30 19:51:36 +00:00
codeimp
67c16f555e
@ some intellisense documentation
2009-05-21 08:18:34 +00:00
codeimp
660ca48611
First official release.
2009-05-14 16:57:25 +00:00
codeimp
16dfffb068
Added support for Boom colormaps
2009-05-12 09:50:08 +00:00
codeimp
ec40df4765
Improved error reporting a little and changes the list in the Warnings & Errors dialog window
2009-05-10 16:02:08 +00:00
codeimp
b5491b4b08
- Fixed some visual mode editing bugs
...
- Fixed highlight and selection in visual mode when shader model 2.0 is not available
- Added option to turn off glow animation of highlight and selection in visual mode
2009-05-04 06:13:56 +00:00
codeimp
7e7f24e965
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00