Commit graph

57 commits

Author SHA1 Message Date
biwa
ba3e0437b3 Fixed missing files in installer script 2022-11-13 11:56:02 +01:00
biwa
7d7e2e98b4 The installer will not try to create an icon on the common desktop anymore, but on the user's personal desktop 2022-04-21 19:53:22 +02:00
biwa
6a55d0086f - Further improvements to the installer and updating process
- The updater can now update itself
2022-03-13 16:51:56 +01:00
biwa
61ee99c273 Updated installer script to include a missing file 2022-03-05 10:12:16 +01:00
biwa
2f30f3ca14 Updated installer generation 2022-02-27 17:19:34 +01:00
ZZYZX
99b1770004 Fixed references to GZDB in the setup 2019-12-24 20:43:55 +02:00
ZZYZX
e4aae17783 Changed remaining build URLs in the setup 2019-12-24 20:19:53 +02:00
ZZYZX
915fd9a8e9 Renamed GPL.txt to LICENSE.txt 2019-12-24 20:07:55 +02:00
ZZYZX
81df5e858f Removed remaining DirectX references, fixed setup 2019-12-24 19:45:23 +02:00
ZZYZX
0d9c8d24ef Added GPLv3 to the repository's root 2019-12-24 18:51:31 +02:00
ZZYZX
4934d6baa6 Replace MaxED with 'maintainers' in the disclaimer 2019-12-24 15:09:32 +02:00
ZZYZX
107b488791 Fixed the output name in gzbuilder_setup.iss 2017-01-15 01:20:52 +02:00
ZZYZX
ebd7fb1a57 Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
MaxED
88363a1a66 Added, Script Editor: added "Find usages" option (available in the "Search" menu, via text editor context menu, via Ctrl-Shift-F shortcut and in the "Find and Replace" window).
Added, Script Editor: double-clicking text resource tab header now shows the corresponding resource in the Resources tree.
Updated, Game configurations, UDMF: added several missing Thing renderstyles.
2016-12-08 12:10:43 +00:00
MaxED
5fd02a6080 Updated Scintilla control to ScintillaNET 3.5.6 (https://github.com/jacobslusser/ScintillaNET). Scintilla.dll is no longer used by GZDB and can be safely removed.
Changed, Script Editor: pressing Ctrl-S when fixed compilable script tab (like SCRIPTS tab) is selected now compiles the script.
Fixed, Error Logger: fixed slowdowns when adding lots of errors and "Errors and Warnings" window was opened.
Fixed, Script Editor: text caret was incorrectly positioned after selecting a function in the navigator dropdown.
Fixed, Script Editor: incorrect ACS configuration was used for SCRIPTS lump for maps in Hexen map format for ZDoom-based engines.
Internal, rendering: added more error reporing-related code to D3DShader.LoadEffect().
Updated ZDoom_DECORATE.cfg.
2016-01-27 14:08:15 +00:00
MaxED
0ecd5285dd Externalized most of the editor's built-in textures. You can find (and replace) them in the "[GZDB]\Textures" folder. 2015-12-30 13:58:58 +00:00
MaxED
375f857eb8 Changed: the editor will now show more detailed messages when unable to initialize DirectX 9.
Updated Inno Setup file.
2015-10-23 14:51:37 +00:00
MaxED
13c3155db5 Removed "Paste Properties Options" action.
Added "Paste Properties Special" actions in "Classic" and "Visual" categories. They work the same way as "Paste Special" action.
Added: "Copy Properties", "Paste Properties" and "Paste Properties Special" options are now shown in the Edit menu if current classic mode supports them.
Changed, Paste Properties Special window: only options relevant to current map format are now displayed.
Changed, Paste Properties Special window, UDMF: all UI-managed options are now available.
Fixed: MAPINFO parser was unable to process "include" directives.
Fixed, General interface: selection info was reset to "Nothing selected" after few seconds regardless of current selection.
Fixed, Visual mode: thing bounding boxes were not updated when changing things positions using Randomize mode.
Fixed, Visual mode: event lines were displayed at incorrect height when entering Visual mode for the first time.
Fixed, Texture Browser window: when MixTexturesFlats Game Configuration option is disabled, textures/flats are no longer shown in the Used group when flats/textures with the same names are used in the map. 
Fixed(?): probably fixed an exception some users reported when trying to initialize a Classic mode after switching from Visual mode with "Sync cameras" option enabled.
Changed, Game configurations, Thing Categories: a block must have at least one thing category property to be recognized as a thing category.
Changed, Visplane Explorer: the plugin now outputs more info when it fails to initialize vpo.dll.
Cosmetic, Thing Edit window, Doom/Hexen map format: adjusted UI layout so thing flags control no longer displays scrollbars in Hexen map format.
Internal: merged methods from UDMFTools into UniFields, removed UDMFTools. 
Updated Inno Setup script (added VC++ 2008 SP1 distributive). 
Updated ZDoom_DECORATE.cfg (A_CheckBlock).
Updated documentation (added "System Requirements" page).
2015-10-09 12:38:12 +00:00
MaxED
1424950d8d Things, Sectors, Liedefs mode, UDMF: map element comments are now shown when highlighting them.
Changed, Edit Text window: the form is no longer accepted when pressing the Enter key, so line breaks can now be added easily.
Versioning: GZDB version is now determined by the first 2 revision digits, so now it's GZDB 2.3, not 1.14.
2015-07-14 09:02:48 +00:00
MaxED
6072e59a74 Added auto-updater (Updater.exe), updated Inno Setup config file.
Preferences: added "Check for updates at startup" setting (no actual updater code yet...).
Cosmetic changes to several action names and descriptions.
2015-07-01 15:06:25 +00:00
MaxED
56f9ad8469 More fixes for MODELDEF fixes from previous commit...
Updated InnoSetup config file.
2015-04-13 10:37:08 +00:00
MaxED
914f5ec9ba Updated setup and automatic build files. 2015-01-23 12:49:37 +00:00
MaxED
f98fb4ed8c Statistics control: relevant labels now turn red when current number of given map elements exceeds current map format's maximum.
Statistics control: things count was not updated when adding or deleting things.
Map Analysis mode: "Check texture alignment" is now disabled by default.
Updated Inno Setup script and images.
Added DirectX web installer to Builder\Setup.
Updated MakeRelease.bat.
Updated ZDoom_DECORATE.cfg.
2015-01-10 11:45:25 +00:00
MaxED
1b911628ac Fixed, Linedef Edit form (classic): it was impossible to enable disabled front/back sides, because corresponding check-boxes were inside of corresponding groups.
Fixed, Nodes Viewer Mode: the mode was unable to handle missing node lumps properly.
Fixed, Nodes Viewer Mode: the mode no longer builds nodes when unable to find both classic nodes and ZNODES at the same time.
Removed SlimDX installer, because it's no longer required.
Internal: debug console is now cleared when opening a map.
2015-01-09 13:56:54 +00:00
MaxED
e5a9bac2ad Added "File -> Open Map in current WAD" command (default shortcut is Ctrl-Shift-O).
Fixed some errors in non-UDMF <-> UDMF map conversion.
Updated ISS setup script (not tested).
Removed some unused variables.
2013-07-23 14:25:03 +00:00
MaxED
62bd1a6b43 Things can now be moved horizontally in Visual Modes 2012-06-29 14:03:35 +00:00
MaxED
20bb7fd119 GZDoom Builder 1.07
Updated to Doom Builder 2 SVN rev. 1549.
2012-06-01 19:53:14 +00:00
codeimp
84521fa4b6 Updated default settings, compilers and release script 2010-08-18 17:45:12 +00:00
codeimp
77c3db9c80 @ Updated version numbers for upcoming release 2010-08-18 15:11:41 +00:00
codeimp
230a1f9ea6 @ Updated setup installer source script 2010-08-18 15:07:07 +00:00
codeimp
47916b8019 @ Setup installer script now correctly includes subdirectories of Configurations, Scripting and Sprites directories 2010-01-03 13:12:16 +00:00
codeimp
912f582243 @ Relative paths for setup script 2009-07-11 05:13:18 +00:00
codeimp
4976459396 @ removed unneeded dxwebsetup from the setup installer (directx redist is already included in the slimdx package)
- Added options to move both floor and ceiling together when a sector height change action is used on walls.
2009-05-05 11:26:50 +00:00
codeimp
63d383dfea @ nicer setup installer image 2009-05-04 16:27:15 +00:00
codeimp
0cbdc0209c - Changed a lot of things in the setup installer
- Changed the menu and status bar color to Tan instead of Blue for the default XP theme
- Fixed a crash after a warning when Direct3D could not be started
2009-05-04 16:07:14 +00:00
codeimp
f594a67f5b - Fixed an error message when Direct3D cannot be started
@ Removed debug setup installer and updated a message in the release installer
2009-05-04 07:46:44 +00:00
codeimp
2de3464d30 @ created a release build batch file and removed the "with revision lookup" project configs 2009-04-27 09:18:35 +00:00
codeimp
57a7623b21 Removed changes for BZip2 and LZMA compression support (library is unstable, will have a look at this later) 2009-04-19 08:41:28 +00:00
codeimp
e1c209a62f Updated setup installers 2009-04-15 07:57:26 +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
e8d1ad19a8 @ Included reference manual in setup installer 2009-04-12 21:39:23 +00:00
codeimp
9cc50e8fe9 Updated setup installer scripts for the new compiler subdirectories 2009-03-28 15:43:36 +00:00
codeimp
d7bad78395 - added solution & project configurations for debug build with revision number lookup
- updated setup installer projects
2009-01-04 23:07:56 +00:00
codeimp
4aa53860c6 added Sprites subdirectory to setup installer 2008-12-14 20:59:58 +00:00
codeimp
06467d718a removed unused files, updated to use slimdx november 2008 and updated the setup installer 2008-11-15 16:51:29 +00:00
codeimp
82ec2b6f32 minimum requirement is Windows XP 2008-05-30 07:06:28 +00:00
codeimp
d2c78dc2e0 fixed setups 2008-05-30 05:43:26 +00:00
codeimp
4294a825f9 - removed VC80 redist libraries and replaced them with official vc redist installer
- updated dxwebsetup installer
- changed DB2 installers to run vc redist and dxwebsite without user interaction
2008-05-26 15:46:08 +00:00
codeimp
cfdddb66ee - fixed some bugs in the shaders
- included VC80 redist libraries (required for slimdx)
- updated todo list
2008-05-26 06:54:32 +00:00
codeimp
bb4e9d25f9 Setup installer writes DB2 location to registry (and remove this value when uninstalled). This is usefull when other (plugin?) installers need to know where to place their files. 2008-05-25 09:02:39 +00:00