Commit Graph

823 Commits

Author SHA1 Message Date
EthanArmbrust 3aefd515bb
Include QCloseEvent in IEditor.cpp
Without this include, project fails to build on Arch Linux with gcc 9.3.0 with the following error:
`../src/Editor/IEditor.cpp:79:15: error: invalid use of incomplete type ‘class QCloseEvent’
   79 |         pEvent->ignore();
      |               ^~
`
2020-03-26 14:10:55 -04:00
Jack Andersen 1a81737d4f
Merge pull request #18 from Bearborg/master
Fix grayscale textures
2019-12-27 17:25:29 -10:00
Bearborg 4f3f5ea02d Replace deprecated GL_LUMINANCE and GL_LUMINANCE_ALPHA texture formats 2019-12-25 11:34:28 -05:00
Jack Andersen acc66e6a0f dew.cmake requires CMake 3.12 2019-11-29 12:35:54 -10:00
Jack Andersen e6bb5f32c1 Merge branch 'master' of https://github.com/AxioDL/PrimeWorldEditor 2019-11-28 19:27:03 -10:00
Jack Andersen 47db944e6e Use IN_LIST operator in dew.cmake 2019-11-28 19:26:48 -10:00
Jack Andersen 94bdd70cb3 Prevent unpriveleged mouse-drag on macOS from conflicting with priveleged case. 2019-11-25 16:49:17 -10:00
Jack Andersen 842c72ac45 Update LibCommon 2019-11-24 22:19:55 -10:00
Jack Andersen 7d3cd9c385 Ensure .rc language is en_US 2019-11-24 18:05:11 -10:00
Jack Andersen 9a96deed0a Add *.nfs extract support 2019-11-24 17:50:08 -10:00
Jack Andersen bcfcab1247 Merge branch 'master' of https://github.com/AxioDL/PrimeWorldEditor 2019-11-24 16:50:43 -10:00
Jack Andersen 30c1646f02 Update dew, fix no lighting mode 2019-11-24 16:46:57 -10:00
Jack Andersen 308d89306e
Merge pull request #17 from aprilwade/master
Fix 3D rendering on macOS
2019-11-24 12:33:39 -10:00
April Wade c90ce7d507 Fix 3D rendering on macOS 2019-11-22 03:17:50 -06:00
Jack Andersen 875c0fb9fd Add distribution scripts for Arch linux and appimage 2019-11-20 17:56:33 -10:00
Jack Andersen a6965d5f14 Run dew with same compiler as host project 2019-11-20 05:53:51 +00:00
Jack Andersen e55b6b43e3 Fixes for building on ubuntu 2019-11-19 05:06:03 +00:00
Jack Andersen 56ecceb9b3
Merge pull request #13 from henriquegemignani/feature/appveyor
Add appveyor.yml
2019-11-17 12:56:26 -10:00
Jack Andersen 37c462725c Default zero mat/amb alpha so bloom does not get overpowered 2019-11-17 12:03:09 -10:00
Jack Andersen 6e2bf5be83 Fix MP3 extraction crash 2019-11-16 20:48:07 -10:00
Jack Andersen 8ad13ff4c9 MP1 material fix after MP3 refactor 2019-11-16 15:42:36 -10:00
Jack Andersen dfc9d1ddb0 Merge remote-tracking branch 'origin/mp3-materials' 2019-11-16 15:26:14 -10:00
Jack Andersen cfea90e9d2 Segfault fixes 2019-11-16 15:24:46 -10:00
Jack Andersen 55c4a5818e Use non-1.0 alpha component for default lighting 2019-11-07 14:54:35 -10:00
Jack Andersen 6e3b23ec50 Accurate MP3 material processing 2019-11-06 16:52:45 -10:00
Phillip Stephens 79ec379c66
Minor lighting fixes and initial Mode 8 implementation 2019-10-27 04:03:57 -07:00
Henrique Gemignani Passos Lima 2f24473b44 Only install the dew dependencies for the used configuration 2019-08-16 21:00:15 +02:00
Henrique Gemignani Passos Lima 69a9a6622b Add appveyor.yml 2019-08-16 21:00:15 +02:00
Aruki cd7937f73c Fixed CMayaSpline source files not compiling 2019-06-18 12:10:04 -07:00
Aruki ca40d34739 Merge branch 'master' of https://github.com/arukibree/primeworldeditor 2019-06-14 23:32:26 -07:00
Aruki a21407a1b7 Commit of old 2016-era WIP CMayaSpline implementation 2019-06-14 23:31:27 -07:00
Aruki aad6f5a0a5
Merge pull request #14 from jackoalan/memory-fixes
Various memory-related bug fixes
2019-06-14 23:02:22 -07:00
Aruki cecf16849e
Merge pull request #12 from jackoalan/id-select
Make InstanceID label selectable and add parsing tooltip
2019-06-14 22:44:56 -07:00
Jack Andersen 036c56370c Various memory-related bug fixes
Also new lzokay API to reduce erroneous usage.
2019-06-14 09:01:29 -10:00
Jack Andersen 4c873591f0 Make InstanceID label selectable and add parsing tooltip 2019-06-13 13:12:53 -10:00
Jack Andersen 741185e8d6 Add CMake variable for PUBLIC_RELEASE 2019-06-12 11:21:41 -10:00
Jack Andersen e6a1837450 Compatibility with CMake 3.12 2019-06-11 17:22:25 -10:00
Jack Andersen b507196851 LibCommon now being integrated as an add_subdirectory submodule 2019-06-04 14:44:39 -10:00
Jack Andersen 12f4d5a267 Native handling of relative cursor coordinates for camera control 2019-06-03 19:38:13 -10:00
Jack Andersen 92723598fe
Merge pull request #3 from Pwootage/cmake
Fix HiDPI on macOS (and possibly others?)
2019-06-03 17:52:32 -10:00
Pwootage 694c0b0765
Fix HiDPI on macOS (and possibly others?) 2019-06-03 21:51:01 -06:00
Jack Andersen b4df45aecc
64-bit readme clarification 2019-06-03 16:44:33 -10:00
Jack Andersen 52869269a3 Add 64-bit note to readme 2019-06-03 16:41:31 -10:00
Jack Andersen 2b5d484ae1 Update dependencies 2019-06-03 16:34:47 -10:00
Jack Andersen fb88c81ef6 Fix package target for macOS 2019-06-03 14:01:15 -10:00
Jack Andersen 574ab7d6ac Enable CPack for Windows and macOS deployment 2019-06-03 11:28:47 -10:00
Jack Andersen 2fb5f4b3e0 Update dependencies 2019-06-03 10:53:09 -10:00
Jack Andersen 0c68d8e3df Merge branch 'cmake' of https://github.com/jackoalan/PrimeWorldEditor into cmake 2019-06-02 16:11:51 -10:00
Jack Andersen a9cb0200cd Update dependencies 2019-06-02 16:11:19 -10:00
Jack Andersen 54940d33df
Update dependencies 2019-06-02 15:24:13 -10:00