Commit Graph

  • 459727a04a trespass/CMakeLists.txt: change output file name to OpenTrespasser.exe Michael 2020-05-15 21:12:04 +0200
  • 8918621f27 RegToIni.cpp: add missing registry keys for conversion - fix typo in comment Michael 2020-05-15 20:38:04 +0200
  • 081c826b72
    Merge pull request #95 from meekee7/texturepacksurface-dangling-link-pointer2 master Ian Brun 2020-05-13 14:57:52 +0200
  • 242a32f41a Root/CMakeLists.txt: remove ProcessorDetect from list of broken projects Michael 2020-05-12 22:25:30 +0200
  • 8bc372eade ProcessorDetect/CMakeLists.txt: change output file name to Processor.dll Michael 2020-05-12 22:17:18 +0200
  • cf40607029 Detect.cpp: use signed type to make abs calculation work Michael 2020-05-12 21:54:54 +0200
  • 089f22a231 trespass/main.cpp: remove obsolete processor detection from startup procedure Michael 2020-05-10 12:16:45 +0200
  • e425f59490 trespass/main.cpp: use correct format specifier for pointer Michael 2020-05-10 11:26:54 +0200
  • 2e2ee8d3c4
    Merge pull request #23 from OpenTrespasser/dev meekee7 2020-05-10 11:00:06 +0200
  • a444b1e469
    Merge pull request #94 from meekee7/audiodaemon-use-after-free Ian Brun 2020-05-09 23:19:16 +0200
  • 8cc86cda9f
    Merge pull request #98 from meekee7/sky-bug-fix Ian Brun 2020-05-09 23:18:14 +0200
  • b62c3c3031 Sky.cpp: use signed variables for uv coordinates - use non-asm code path for sky drawing Michael 2020-05-09 21:02:29 +0200
  • 7f5c7e49f6 WorldView.cpp: fix comment comprehensibility Michael 2020-05-08 20:35:52 +0200
  • 2efe4088c2 TexturePackSurface: add cache of deleted nodes to prevent following dead links Michael 2020-05-08 18:39:44 +0200
  • 12fe901d17
    Merge pull request #21 from OpenTrespasser/dev meekee7 2020-05-08 10:29:02 +0200
  • 1b552ac906 Added FPS counter Activated through 'FPS' cheat. v0.0.1 Ian Brun 2020-05-08 07:00:04 +0200
  • 3fb18f73cb AudioDaemon.cpp: delete psamMusic after usage Michael 2020-05-08 00:52:35 +0200
  • 83310949db WorldView.cpp: refactor RemoveSomeInfluences to avoid using dangling iterator instances Michael 2020-05-07 21:32:39 +0200
  • d513a5f1e2 Influence.hpp: declare setFlags as mutable Michael 2020-05-07 21:30:59 +0200
  • 62baf26549 WorldViewTest.cpp: add tests for RemoveSomeInfluences function Michael 2020-05-07 21:30:26 +0200
  • 6e47528c42 InfluenceTest.cpp: add tests for CInfluence comparison and constness Michael 2020-05-07 21:29:20 +0200
  • d4df09730b AIUnitTest/CMakeLists.txt: add AIUnitTest project definition Michael 2020-05-07 21:27:48 +0200
  • b4d88be176 Root/CMakeLists.txt: add AIUnitTest project Michael 2020-05-07 21:26:57 +0200
  • 00b70a085c
    Merge pull request #20 from OpenTrespasser/dev meekee7 2020-05-06 19:55:13 +0200
  • 904dbfc863
    Merge pull request #93 from meekee7/physics-freeze-workaround Ian Brun 2020-05-06 00:56:39 +0200
  • 82fba5c206
    Merge pull request #92 from meekee7/jump-bug-workaround Ian Brun 2020-05-06 00:56:24 +0200
  • 3aeb572e6f Xob_bc.cpp: add finity bailout to normalisation loop Michael 2020-05-05 18:55:54 +0200
  • 8fd2e2b5c8 Pelvis.cpp: add finity bailout to normalisation loop Michael 2020-05-05 18:54:25 +0200
  • 32927db54e foot.cpp: reset Pelvis_Jump_Voluntary after jump Michael 2020-05-05 17:33:06 +0200
  • cfb245d37c InfoSkeleton.cpp: do not stop jumping while voluntary jump is being processed Michael 2020-05-05 17:31:29 +0200
  • 8f24313338
    Merge pull request #19 from OpenTrespasser/dev meekee7 2020-05-03 21:45:27 +0200
  • 4618173c2b
    Merge pull request #91 from meekee7/tpassglobals-array-init Ian Brun 2020-05-03 21:29:48 +0200
  • a1ba09fc07
    Merge pull request #90 from meekee7/validatediskspace-overflow Ian Brun 2020-05-03 21:28:55 +0200
  • 5f29919c55 tpassglobals.cpp: restructure array initialization Michael 2020-05-03 20:59:11 +0200
  • cf4d438158 trespass/main.cpp: consistent indendation in ValidateDiskSpace Michael 2020-05-03 12:31:11 +0200
  • 7b1d4d19bf trespass/main.cpp: rewrite ValidateDiskSpace to avoid overflows and win32-specific functions Michael 2020-05-03 12:23:38 +0200
  • 65c4053325
    Merge pull request #18 from OpenTrespasser/dev meekee7 2020-05-01 12:38:16 +0200
  • e476bd8fc3
    Merge pull request #89 from meekee7/remove-mouse-trail Ian Brun 2020-05-01 01:23:10 +0200
  • fb9eb3563e uiwnd.cpp: clear screen buffer before drawing to avoid mouse trail effect Michael 2020-04-30 23:24:57 +0200
  • c3681de5ee
    Merge pull request #87 from meekee7/arbitrary-window-size Ian Brun 2020-04-30 18:16:54 +0200
  • 26b2fb413b video.cpp: : center FMV video for arbitrary window size Michael 2020-04-29 22:00:41 +0200
  • 28860d1b79 uidlgs.cpp: ensure UI elements are centered Michael 2020-04-29 21:59:56 +0200
  • cecf09dc7f supportfn: enable arbitrary window size - add function to determine current client rect size Michael 2020-04-29 21:59:16 +0200
  • 37bfea1d48 mainwnd.cpp: enable arbitrary window size Michael 2020-04-29 21:58:02 +0200
  • 53a0d9cdd4 main.cpp: enable arbitrary window size Michael 2020-04-29 21:57:27 +0200
  • 9355ff49b5 gamewnd.cpp: enable arbitrary window size Michael 2020-04-29 21:57:01 +0200
  • 89fbf4505d
    Merge pull request #17 from OpenTrespasser/dev meekee7 2020-04-29 20:11:21 +0200
  • daace14e18
    Merge pull request #86 from meekee7/readme-debugoutput Ian Brun 2020-04-27 02:33:17 +0200
  • 489b49b50f
    Merge pull request #85 from meekee7/alt-tab-color-depth Ian Brun 2020-04-27 02:31:35 +0200
  • 2426d92f81 jp2_pc/README.md: - add explanation of dout debug channel - formatting adjustments - clarification for solution regeneration Michael 2020-04-26 11:54:08 +0200
  • 59fbfe2b56 RasterVid.cpp: do not restore DirectDraw display mode in forced window mode Michael 2020-04-25 20:19:34 +0200
  • b1f660b523
    Merge pull request #16 from OpenTrespasser/dev meekee7 2020-04-24 00:12:46 +0200
  • 89c268efd6
    Merge pull request #83 from meekee7/inifile-support Ian Brun 2020-04-23 23:14:50 +0200
  • 73336547ac
    Merge pull request #82 from meekee7/clut-memory-leak Ian Brun 2020-04-23 23:05:13 +0200
  • 68a0aaff9e reg.cpp: convert registry to ini if no ini file exists - reorder includes - cleanup whitespace Michael 2020-04-23 22:12:46 +0200
  • 7e48a28004 Root/CMakeLists.txt: add RegToIniConverter Michael 2020-04-23 22:05:24 +0200
  • dc7ae765f3 SystemTest/CMakeLists.txt: add IniFileTest.cpp Michael 2020-04-23 22:05:00 +0200
  • 3366ccaa17 System/CMakeLists.txt: add IniFile and RegToIni Michael 2020-04-23 22:03:06 +0200
  • ad5fdc167e RegToIniConverter/CMakeLists.txt: add RegToIniConverter project definition Michael 2020-04-23 22:02:34 +0200
  • f947aa908e RegToIniConverter.cpp: add standalone command line tool for reg-to-ini conversion Michael 2020-04-23 22:01:36 +0200
  • 5d71e76964 IniFileTest: add test case for ini file support Michael 2020-04-23 22:00:23 +0200
  • 1f830138eb RegToIni: add converter from registry to ini file Michael 2020-04-23 21:59:53 +0200
  • ef0e8cac12 reg.cpp: convert registry wrapper into proxy for ini file Michael 2020-04-23 21:58:34 +0200
  • 6c4031542b IniFile: add IniFile as wrapper for PrivateProfile API Michael 2020-04-23 21:57:01 +0200
  • 1ce6eae41b reg.h: add include guard Michael 2020-04-23 21:56:06 +0200
  • 62343bbc3b LightBlend.cpp: add and rectify delete[] calls to avoid memory leaks Michael 2020-04-22 18:09:45 +0200
  • f97c4f7b60 Clut: use typed pointers to avoid undefined behavior with delete[] calls - add and rectify delete[] calls to avoid memory leaks Michael 2020-04-22 18:08:45 +0200
  • a5261e56f2
    Merge pull request #80 from meekee7/level-transition-crash Ian Brun 2020-04-21 22:07:03 +0200
  • 683d1a07ba WorldDBase.cpp: reset texture manager before resetting load heap Michael 2020-04-21 21:45:52 +0200
  • fbc0aab00b
    Merge pull request #15 from OpenTrespasser/dev meekee7 2020-04-20 23:52:18 +0200
  • 6b3ac6c9ba
    Merge pull request #78 from meekee7/play-first-level Ian Brun 2020-04-20 23:20:36 +0200
  • 303576f4b9
    Merge pull request #79 from meekee7/crouch-bug Ian Brun 2020-04-20 23:19:30 +0200
  • a041b9ce78 Pelvis.cpp: fix not being able to stand up from much crouch by tweaking tolerance Michael 2020-04-20 23:02:58 +0200
  • 09e781666c FastBump.cpp: use continue to continue loop - ensure that polygons get their bump mapping matrices Michael 2020-04-20 20:58:27 +0200
  • 2ea04d23bb supportfn.cpp: use correct buffer size when copying differently sized buffers Michael 2020-04-20 20:54:45 +0200
  • 57f937c9ff PathAStar.cpp: do not run search with invalid input Michael 2020-04-20 20:37:38 +0200
  • 9da40f3d18 ImageLoader.cpp: add missing variable initialization Michael 2020-04-20 20:33:25 +0200
  • 5a5c9e2a61
    Merge pull request #76 from meekee7/vmem-quickfix Ian Brun 2020-04-19 21:35:46 +0200
  • e1a7f7572a
    Merge pull request #75 from meekee7/start-new-game Ian Brun 2020-04-19 21:35:37 +0200
  • 3dcf9b420a VirtualMem.cpp: add quick and dirty workaround for broken virtual memory usage Michael 2020-04-19 14:42:28 +0200
  • 7e9a754fcd
    Merge pull request #74 from meekee7/start-main-menu2 Ian Brun 2020-04-19 14:14:34 +0200
  • 79a89a32c3 Water.cpp: disable assembly code paths to avoid crash - add missing type for variable declaration Michael 2020-04-19 11:55:39 +0200
  • cf0aa8df21 FastBump.cpp: avoid division by zero Michael 2020-04-19 11:50:42 +0200
  • 8af3a7da23 RegInit.cpp: default reg entry "Auto Save" to 0/false. Michael 2020-04-19 11:48:35 +0200
  • 57fe958fb4 ctrls.cpp: add missing variable initialization Michael 2020-04-19 11:46:27 +0200
  • 9e8c3b32cd uiwnd.cpp: use correct comparison operator for iterators Michael 2020-04-19 13:47:22 +0200
  • 7ff07d34e6 saveload.cpp: restructure loop to avoid over-iteration after insert Michael 2020-04-19 13:22:43 +0200
  • 42aafda1ca mainwnd.cpp: use rbegin()/rend() for backwards iteration Michael 2020-04-18 23:01:26 +0200
  • ff92f30b81 uiwnd.cpp: use rbegin()/rend() for backwards iteration Michael 2020-04-19 13:18:57 +0200
  • 7b9338f748 uiwnd.cpp: fix deletion algorithm for vector Michael 2020-04-19 13:09:10 +0200
  • 6088118dc0 token.cpp: add missing variable intialization Michael 2020-04-18 23:00:04 +0200
  • ee06277407
    Merge pull request #14 from OpenTrespasser/dev meekee7 2020-04-19 11:58:12 +0200
  • fc76f0ea6b
    Merge pull request #73 from meekee7/more-testprojects Ian Brun 2020-04-19 04:29:36 +0200
  • 30b45f4f55
    Merge pull request #72 from meekee7/start-trespass-app Ian Brun 2020-04-19 04:27:58 +0200
  • 4adcf75f71 RasterVid.cpp: force window mode Michael 2020-04-18 17:43:05 +0200
  • e82da6a2d5 ScreenRenderDWI.cpp: enable all color depth modes for primitives Michael 2020-04-18 17:37:18 +0200
  • 1e3df1bf07 FastHeap.hpp: reenable new[] operators Michael 2020-04-18 17:33:31 +0200
  • 7c8426267a FileIO.cpp: do not close file if handle is 0 (i.e. file was never opened) Michael 2020-04-18 17:31:02 +0200
  • 214c00661f trespass/main.cpp: add missing variable initialization Michael 2020-04-18 17:28:44 +0200
  • 9697a665b8 Root/CMakeLists.txt: add new projects GTestLibGlobals, LoaderTest and SystemTest Michael 2020-04-16 20:19:16 +0200