Commit Graph

392 Commits (02c40934efb81045a75f7da7e081d1d6b015d8ae)

Author SHA1 Message Date
kaetemi c8e562f377 AGPLv3: The work must carry prominent notices stating that you modified it, and giving a relevant date 5 years ago
kaetemi 8e21fed1e6 AGPLv3: The work must carry prominent notices stating that you modified it, and giving a relevant date 5 years ago
kervala 6097ada1fa Changed: Removed other throws
--HG--
branch : develop
6 years ago
kervala c4888b2d5b Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
6 years ago
kervala 613d4ddc34 Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless
--HG--
branch : develop
7 years ago
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
8 years ago
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
8 years ago
kervala b17da91efd Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala ebe7357257 Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
9 years ago
Gary Preston c2084480c8 libxml include/lib related build errors for studio.
--HG--
branch : develop
9 years ago
kervala 63a36fc2f8 Changed: Removed libxml2 dependencies from other targets
--HG--
branch : develop
9 years ago
kervala fc951a24ce Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
9 years ago
kaetemi 3c120cd398 Flag studio as windowed application
--HG--
branch : develop
10 years ago
kaetemi 6e06b4e79e Merge with dfighter-tools
--HG--
branch : hotfix
10 years ago
dfighter1985 b381ef6fae Add the data directory to the search path.
--HG--
branch : hotfix
10 years ago
dfighter1985 26f1cc6fac Added ryzom.ttf, it will be installed to the data directory.
--HG--
branch : hotfix
10 years ago
dfighter1985 28b0a0a040 Change the cursor to a wait cursor when applying settings in the settings dialog.
--HG--
branch : hotfix
10 years ago
dfighter1985 44c6f93b26 We can now set whether to use OpenGL in WE in the WE settings page. For whatever reason VMware despises the OpenGL viewport so it's a good idea to turn it off inside VMware.
--HG--
branch : hotfix
10 years ago
dfighter1985 b530d99bf1 Renamed the studio startup settings dialog to avoid name conflict with the core plugin's settings dialog.
--HG--
branch : hotfix
10 years ago
dfighter1985 b881f9558b Read the GUI Editor widget and expression definition XML files from the right directory.
--HG--
branch : hotfix
10 years ago
dfighter1985 a2c96c3053 Install the GUI Editor widget and expression definition files to the data dir.
--HG--
branch : hotfix
10 years ago
dfighter1985 46cc31d0d0 Handle relative paths when loading .worldedit files in World Editor.
--HG--
branch : hotfix
10 years ago
dfighter1985 ea3b16069b We need the LIGO config file, not directory in the first start settings dialog.
--HG--
branch : hotfix
10 years ago
dfighter1985 35c870c793 Install tile editor's plugin spec to the right directory.
--HG--
branch : hotfix
10 years ago
dfighter1985 e311547a39 Initialize Nel3D in the Object Viewer plugin too.
--HG--
branch : hotfix
10 years ago
dfighter1985 d2ca66c574 Default text for DBViewNumber.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 fd5a1a6834 Don't add non-selectable widgets to the hierarchy tree.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 42ebad94f6 Implemented CGroupEditBoxDecor a decorated CGroupEditBox.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 f7f74b5398 Render every 25ms instead of 200ms
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 66fe76fc06 A Kami will be the default texture for Bitmaps.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 c9b528081e CtrlButton textures should be selectable in the texture chooser!
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 cfa4129754 Default texture for CtrlButton.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 bd942ba62b TEMPORARILY add the login texture map to new project by default.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 3209f48daa Don't drop the texture property just because there's no texture assigned...
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 2b5898565f Don't disable the active group before serializing.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 ab76b7ed85 It's not a bad idea to actually retrieve the version if we load it...
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 fae1e39039 Don't reject an action property just because it's empty...
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 22a1d39ac7 Map files can now be specified when creating a new GUI project.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 b587acb135 Some refactoring regarding saving.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 2c5617cea7 When creating a new project, save it right away.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 ded18b266c Implemented new action.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 03c041310e Added dialog for the new GUI action.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 5217b38f58 Some defaults.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 816e89c967 Another classname.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 7e16e95c35 CInterfaceParser in editor mode should look for files in the working directory first.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 99a3b93703 Restored lost class names
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 7b45a05562 Added support for grouping widgets.
--HG--
branch : dfighter-tools
10 years ago