codeimp
|
09a1c2ccd3
|
Added 7z support, thanks to Randy Heit.
|
2009-04-16 04:44:48 +00:00 |
|
codeimp
|
532efeac15
|
Merged in changes by Randy Heit which add support for BZip2 and LZMA
|
2009-04-15 05:59:43 +00:00 |
|
codeimp
|
a50dad0291
|
Re-enabled error checking when loading data resources
|
2009-03-25 12:42:32 +00:00 |
|
codeimp
|
0cef612562
|
Fixed sprite offsets (for PNGs we just use zero offset)
|
2009-03-18 10:19:44 +00:00 |
|
codeimp
|
60562f1c79
|
Added support for sprite X/Y offsets in original doom picture data format
|
2009-03-15 17:00:37 +00:00 |
|
codeimp
|
724699fea0
|
Added checks against loading unnamed textures
|
2009-03-05 12:50:13 +00:00 |
|
codeimp
|
afb0bb093d
|
Removed the "Others" Texture Set and added automatic Texture Sets for each resource location
|
2009-03-01 18:34:37 +00:00 |
|
codeimp
|
e524e933a4
|
Removed some unneeded punctuation in error/warning messages and hidden the "conversion was needed" warning.
|
2009-03-01 09:15:58 +00:00 |
|
codeimp
|
301d666ac7
|
Fixed image scaling problem when conversion was needed.
|
2009-02-27 19:27:58 +00:00 |
|
codeimp
|
dd1af8cf6d
|
Added Errors and Warnings dialog window (shows all issues with plugins, configs and resources)
|
2009-02-26 23:27:46 +00:00 |
|
codeimp
|
c848087f12
|
@ Changed code related to displaying status messages and warnings (now ready for action messages in status bar)
|
2009-02-26 14:16:18 +00:00 |
|
codeimp
|
2047756694
|
Some more work done on TEXTURES support
|
2009-02-15 23:58:28 +00:00 |
|
codeimp
|
d016a179e2
|
- Added simple, unfinished implementation of TEXTURES support
- Fixed scale override bug in images
|
2009-02-12 21:34:11 +00:00 |
|
codeimp
|
4ee6366a97
|
@Renamed Decorate source directory to ZDoom as it will contain more ZDoom related code and will probably be moved into a plugin when there is one for ZDoom editing.
|
2009-02-12 17:58:09 +00:00 |
|
codeimp
|
995b87b574
|
Improved category matching for DECORATE things into the Things list
|
2009-02-12 06:24:22 +00:00 |
|
codeimp
|
9fb910a03e
|
- Fixed a crash when showing information on things with empty sprite name
- Added support for custom PLAYPAL information from PK3 or Directory
|
2009-02-10 14:45:09 +00:00 |
|
codeimp
|
3afebb778e
|
Added support for textures, flats and sprites in subdirectories when loading from PK3 or Directory
|
2009-02-09 23:34:20 +00:00 |
|
codeimp
|
1db0386214
|
Added support for the //$Category line in DECORATE actors
|
2009-02-09 22:59:43 +00:00 |
|
codeimp
|
a040e64519
|
fixed crash on textures with very small width or height
|
2009-02-03 18:25:40 +00:00 |
|
codeimp
|
743b6db2e6
|
- added option to load patches between P_START and P_END only, for the WAD file being opened/created
- removed dummy action for developers
|
2009-01-31 09:09:49 +00:00 |
|
codeimp
|
d6811ccc5b
|
- added option to load patches between P_START and P_END only
- added description for the options available at resource management
- moved OpenWebsite function to General class as it is quite a generic thing
|
2009-01-30 22:19:10 +00:00 |
|
codeimp
|
1d77112622
|
optimized background threading performance for loading resources
|
2009-01-24 19:05:58 +00:00 |
|
codeimp
|
eeaa84c176
|
fixed some ugly side effect of automatic image conversion
|
2009-01-24 15:14:10 +00:00 |
|
codeimp
|
1ae7813fad
|
changed a lot in resources loading, how unknown textures are displayed and how corrupt textures are handled
|
2009-01-24 14:48:43 +00:00 |
|
codeimp
|
0a0e68f6f6
|
@image preview fixes
|
2009-01-24 11:49:40 +00:00 |
|
codeimp
|
723b7642c8
|
@fixed incorrect positioning of loading image in texture browsers
|
2009-01-23 18:52:43 +00:00 |
|
codeimp
|
64047a8f07
|
- added option to change preview images size
- moved some preferences settings around so that they all fit
|
2009-01-23 16:09:28 +00:00 |
|
codeimp
|
4bbf14dde9
|
patches, sprites and flats in WAD files are now only loaded when they are properly enclosed within marker lumps (P_START, P_END, S_START, etc)
|
2009-01-22 23:32:44 +00:00 |
|
codeimp
|
751cfdb7e8
|
@removed test line
|
2009-01-22 22:39:10 +00:00 |
|
codeimp
|
4f95c98be2
|
performance improvement in directory/pk3 structure reading
|
2009-01-22 22:22:02 +00:00 |
|
codeimp
|
54940886fd
|
@working on decorate support
|
2009-01-22 15:10:41 +00:00 |
|
codeimp
|
76ec8a8c98
|
@working on decorate support
|
2009-01-21 23:09:25 +00:00 |
|
codeimp
|
1694d828d1
|
@working on decorate support
|
2009-01-21 16:18:30 +00:00 |
|
codeimp
|
4bf63e93e7
|
- fixed minor bugs
@ working on decorate
|
2009-01-20 22:54:41 +00:00 |
|
codeimp
|
50c9a15408
|
fixed the way sprites are loaded from the data readers
|
2009-01-15 23:13:43 +00:00 |
|
codeimp
|
d08150ba80
|
- added drawing test
- changed mipmap generation filters
|
2009-01-13 13:53:13 +00:00 |
|
codeimp
|
7317bd5b30
|
fixed crash on resources loading when hardware is not available (for example, window is minimized)
|
2009-01-13 06:31:53 +00:00 |
|
codeimp
|
d107363b59
|
fixed crash on missing PK3 structured subdirectories when loading data resources from a directory
|
2009-01-11 10:28:22 +00:00 |
|
codeimp
|
5adc7fd505
|
added a default "All" texture set which always contains all textures and (like the "Others" set) cannot be removed
|
2009-01-09 23:05:41 +00:00 |
|
codeimp
|
d174544cd6
|
several fixes
|
2009-01-03 22:18:59 +00:00 |
|
codeimp
|
320a002677
|
loading resources from PK3 files implemented (tested with KDIZD, CAH and SP_USIMP)
|
2009-01-03 19:45:59 +00:00 |
|
codeimp
|
bfbcffc356
|
working on directory resource reader
|
2009-01-02 14:23:57 +00:00 |
|
codeimp
|
ee2bc4c515
|
moo
|
2009-01-02 06:46:42 +00:00 |
|
codeimp
|
28bb966a12
|
added gravity, upper/lower unpegged toggle, and texture auto-alignment (both X and Y) in visual mode. also some small changes.
|
2008-12-31 00:44:04 +00:00 |
|
codeimp
|
27f4acac04
|
thing in cages
|
2008-12-14 23:24:40 +00:00 |
|
codeimp
|
93522a1461
|
sprite icons
|
2008-12-11 10:59:35 +00:00 |
|
codeimp
|
53a1f085ab
|
happy birthday doom!
|
2008-12-10 22:58:58 +00:00 |
|
codeimp
|
5db0757020
|
working on visual mode
|
2008-12-10 16:00:34 +00:00 |
|
codeimp
|
3daf9307e9
|
- created MapSet serialization system for undo/redo
- added hourglass crosshair in visual mode for time consuming actions
|
2008-12-06 13:20:47 +00:00 |
|
codeimp
|
95f6dcee6a
|
working on visual mode
|
2008-12-03 07:04:57 +00:00 |
|