Commit Graph

  • 698af6d1f8
    Merge pull request #72 from twolife/exePath master ptitSeb 2023-07-24 14:46:17 +0200
  • b22bd62dc8 fix exePath in the FileSystem abstraction, it should point to a file. Sébastien Noel 2023-07-24 13:21:33 +0200
  • 9889193d0a
    Merge pull request #71 from twolife/search_cdpath ptitSeb 2023-05-15 11:47:29 +0200
  • 7d70431301
    Merge pull request #70 from twolife/mapscreen ptitSeb 2023-05-15 11:46:23 +0200
  • 907678afa5 Look at +cdpath parameter when searching for files to build menus Sébastien Noel 2023-05-15 11:38:46 +0200
  • 24c71a34dd Fix "Map Screen" when loading a level (no more black screen) This happen when the engine do not have access to the map graphics from both games (ie: we didn't copy "SE1_10.gro") Should fix https://github.com/icculus/Serious-Engine/issues/51 Sébastien Noel 2023-05-15 11:31:14 +0200
  • cb0ad7a57f
    Merge pull request #69 from twolife/splashscreen ptitSeb 2023-05-08 10:54:08 +0200
  • c4c6cc95e3 don't segfault when hidding the splashscreen Sébastien Noel 2023-05-08 10:17:51 +0200
  • 7613c03331
    Merge pull request #68 from twolife/spelling ptitSeb 2023-05-04 16:51:25 +0200
  • 92360e897e
    Merge pull request #67 from twolife/useless-stub ptitSeb 2023-05-04 16:50:06 +0200
  • 537f498d47
    Merge pull request #66 from twolife/toggle-fullscreen ptitSeb 2023-05-04 16:49:35 +0200
  • 3e36706d26
    Merge pull request #65 from twolife/pause ptitSeb 2023-05-04 16:48:33 +0200
  • 08c77c602c fixup! don't rebuild GL context to toggle fullscreen Sébastien Noel 2023-05-04 16:31:23 +0200
  • 09b48d1176 don't rebuild GL context to toggle fullscreen Sébastien Noel 2023-05-04 15:43:34 +0200
  • 65ff2cad03 Pause the game when the window is minimized Sébastien Noel 2023-05-04 15:24:34 +0200
  • d99ade2ea5 Not really possible/desirable see https://github.com/libsdl-org/SDL/issues/5658 Sébastien Noel 2023-05-04 15:22:02 +0200
  • e0e6cde47d we do not have "AfterSam.exe" on non win32 platform Sébastien Noel 2023-05-04 15:18:49 +0200
  • 9a9f8e78a2 spelling-error-in-binary, thanks Lintian Sébastien Noel 2023-05-04 15:12:41 +0200
  • 4c0b882e85
    Merge pull request #63 from severusseptimius/master ptitSeb 2023-02-22 20:34:52 +0100
  • 2796ccc179 Emphasize the fact that the ModEXT.txt file is needed just for SS:TSE severusseptimius 2023-02-22 21:17:55 +0200
  • 12c2e526d8 Correcting the commands for the install script. severusseptimius 2023-02-22 21:05:10 +0200
  • 507606ca19
    Merge pull request #62 from severusseptimius/master ptitSeb 2023-02-22 19:06:11 +0100
  • a659f2a769 Fix Intro loop when here are no demos severusseptimius 2023-02-22 18:44:02 +0200
  • d7d1d80ec5
    Merge pull request #60 from pac85/master ptitSeb 2022-12-30 16:15:30 +0100
  • 3ef902a04a Fix sniper FOV bug antonino 2022-12-30 14:39:23 +0100
  • 01c14d2ac9
    Merge pull request #59 from Pedro-Beirao/master ptitSeb 2022-08-26 23:24:41 +0200
  • 15d7cf315f Check for AppleClang PBeGood4 2022-08-26 19:31:15 +0100
  • 9f44e31172
    Merge pull request #57 from kytulendu/tfe_green_menu ptitSeb 2022-05-20 19:41:59 +0200
  • a5b0e704fc Restore TFE green colors menu. Khralkatorrix 2022-05-20 23:30:38 +0700
  • 97c2348f31
    Merge 1f13b5ca29 into ab0aa4f6f7 Skyrimus 2022-02-28 23:01:13 +0000
  • ab0aa4f6f7
    Merge pull request #51 from iamthesenate1/master ptitSeb 2022-01-25 22:09:17 +0100
  • da8f644d46 Remove some redundant #ifdefs and added some new ones iamthesenate1 2022-01-25 21:32:26 +0200
  • 9179b4e2f0
    Merge pull request #49 from iamthesenate1/master ptitSeb 2021-12-27 10:28:00 +0100
  • 3609bf4df8 Some optimisations iamthesenate1 2021-12-26 13:17:09 +0200
  • 0ab04baf9a
    Merge pull request #48 from chewi/standalone-ecc ptitSeb 2021-11-17 07:42:13 +0100
  • c09d18623e
    Allow ecc to be built independently using its own CMakeLists.txt file James Le Cuirot 2021-11-15 22:48:06 +0000
  • bd68934e32
    Swap PLATFORM_* macros for standard ones in ecc James Le Cuirot 2021-11-15 22:59:34 +0000
  • 6087022b9c
    Delete unused Sources/Ecc/unistd.h James Le Cuirot 2021-11-15 23:05:14 +0000
  • 229a87a620
    Remove unused variables in ecc James Le Cuirot 2021-11-15 22:58:02 +0000
  • 824986f62d
    Merge pull request #47 from chewi/camera-Waddress ptitSeb 2021-11-16 00:12:12 +0100
  • ad5655e60c
    Fix GCC -Waddress warning in PlayCamera James Le Cuirot 2021-11-15 22:24:00 +0000
  • 1f13b5ca29
    TFE Minigun sound offsets bug fix Skyrimus 2021-11-09 20:56:45 +0300
  • 8f1a2733d8
    Merge pull request #43 from iamthesenate1/readme.md ptitSeb 2021-09-11 18:39:20 +0200
  • 90ed592ff7
    Update README.md iamthesenate1 2021-09-11 19:38:08 +0300
  • 4f54c49b08 Fix some typos and rephrase some sentences in README.md iamthesenate1 2021-09-11 19:24:44 +0300
  • 7fd3b651d1
    Merge pull request #42 from iamthesenate1/GCC-11.x ptitSeb 2021-09-04 13:51:57 +0200
  • 6f3ff98fa4 Fix compilation with GCC 11.X iamthesenate1 2021-09-04 13:56:50 +0300
  • 52313115bb Forgot this file for Pyra version ptitSeb 2021-08-02 09:00:39 +0200
  • f777ad622b Added PYRA option (also inverted Shoulder buttons function on Pandora/Pyra build) ptitSeb 2021-08-02 08:59:05 +0200
  • 7aabe0bd70
    Merge pull request #31 from linuxoidmc/master ptitSeb 2021-04-05 22:16:41 +0200
  • aff8f250eb macOS/ARM: little nasty typo fix in .sh and force -O0 flag for every build target as a temporary workaround for segfaults Pavel Zenov 2021-04-05 22:45:54 +0300
  • 8cafd5f860
    Merge pull request #30 from linuxoidmc/master ptitSeb 2021-04-04 21:49:17 +0200
  • b27a92c881 Initial support for Apple ARM64 Pavel Zenov 2021-04-04 22:33:39 +0300
  • d11af2bad8 Captilized menu folder from Scripts folder (for #26) ptitSeb 2021-02-21 09:24:22 +0100
  • 253d2b9dd7
    Merge pull request #21 from bjoern-tantau/bjoern-tantau-sdl2-path ptitSeb 2020-08-25 12:59:34 +0200
  • 370be31e31
    Add SDL2 path for Ubuntu 18.04 Björn Tantau 2020-08-25 12:40:11 +0200
  • 0961898210 [PYRA] Fix some typos ptitSeb 2020-07-11 10:26:01 +0200
  • d1081324a2 [PYRA] Added PYRA Profile ptitSeb 2020-06-13 21:21:52 +0200
  • 6ee27922c4
    Merge pull request #17 from Skyrimus/patch-1 ptitSeb 2020-03-28 07:35:16 +0100
  • 6c21fbfa04
    Dedicated server compiling fix Skyrimus 2020-03-28 04:09:45 +0300
  • 164070a54c
    Merge pull request #13 from r-a-sattarov/master ptitSeb 2019-09-09 22:55:49 +0200
  • aae4713e46 E2K: added initial support for MCST Elbrus CPU r-a-sattarov 2019-09-09 22:55:47 +0300
  • 669dc9148d So yeah, I just did what the stubbed said ptitSeb 2019-08-17 16:20:08 +0200
  • d20c647919 Removed a warning ptitSeb 2019-08-17 15:53:53 +0200
  • ddf4b42b4c Fix math calculation in HUD_DrawBar, rounding float too soon (fix issue #7) ptitSeb 2019-08-17 12:49:42 +0200
  • fd2175173a
    Update README.md ptitSeb 2019-08-17 09:39:05 +0200
  • 921c0736d5 Improved README and build script. Now build RelWithDebInfo, that do works ptitSeb 2019-08-17 09:37:58 +0200
  • 29ed139802
    Update README.md ptitSeb 2019-08-17 09:19:20 +0200
  • 60839e4323
    Merge pull request #11 from jdonald/fix-ghostbusterray ptitSeb 2019-08-01 07:42:50 +0200
  • 5739a7273e
    Merge pull request #10 from jdonald/fix-rpi-build ptitSeb 2019-08-01 07:41:35 +0200
  • 55a9d2fd27 Apply the same fix to TFE speculating that it has the same problem James Donald 2019-07-31 17:54:36 -0700
  • f09ab800d9 Fix CGhostBusterRay_DLLClass error in TSE James Donald 2019-07-31 17:53:47 -0700
  • f2d6e31690 Attempt to be consistent with spacing if() James Donald 2019-07-31 17:01:38 -0700
  • 342347eda4 Add -mfpu=neon to avoid vector assembly errors James Donald 2019-07-31 16:55:55 -0700
  • 8010787708 Removed generated (and useless) GhostBusterRay sources ptitSeb 2019-05-25 11:44:25 +0200
  • 79d8ee7b2a Merged Pandora branch (with ARM specific optimization from notaz) ptitSeb 2019-03-31 21:02:43 +0200
  • 8e38e5ae50 Minor (mostly) cosmetics changes pandora ptitSeb 2019-03-31 20:56:37 +0200
  • 0c30342259 Small changes, mostly cosmetics ptitSeb 2019-03-31 17:16:33 +0200
  • 804522b8fb Added ccache support in cmake project ptitSeb 2019-03-31 16:42:20 +0200
  • f908d64337
    No -j option when building ecc in build-linux64.sh ptitSeb 2018-06-09 15:17:01 +0200
  • b4a3825b12
    Build ECC first in build-linux64.sh ptitSeb 2018-06-09 14:43:50 +0200
  • 6f129cb0e6 Small changes to build-linuxXX.sh (but consider thoses scripts as deprecated...) ptitSeb 2017-12-22 14:02:10 +0100
  • 668cc6dc56 Fixes (hopefully) build on ARM machine (other then Pandora, so RPI and ODroid should be good now) ptitSeb 2017-12-22 13:59:22 +0100
  • 18a59c0bba Merge pull request #2 from ptitSeb/master ptitSeb 2017-07-24 13:25:30 +0200
  • 360d19b01c Fixed a partable C dithering option, fixing the red artific on shadows for some configurations ptitSeb 2017-07-24 12:23:16 +0200
  • 4108f92185 Pandora version build 07, with notaz improvements ptitSeb 2017-05-28 15:17:22 +0200
  • dce391583c Use standard Sin/Cos version (fixing "The Pit" tilting floor issue, and maybe other similar issues too) ptitSeb 2017-05-27 15:41:24 +0200
  • a41642340c Small compilation (non arm architecture) Fix ptitSeb 2017-05-21 19:00:33 +0200
  • c769194787 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2017-05-21 18:50:43 +0200
  • 4720b55ca5 Need a dependencie on the libengine_safemath ptitSeb 2017-05-20 00:18:13 +0200
  • 0731a9d79a More fast-math experiment on Pandora ptitSeb 2017-05-19 23:42:33 +0200
  • ad81a5606a Improvements and fixes to Pandora fast-math ptitSeb 2017-04-17 14:52:58 +0200
  • ae30b8b4de Experimental fast-math for Pandora ptitSeb 2017-04-17 13:11:58 +0200
  • feb12b02d4 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-12-26 22:36:41 +0100
  • d4f68c3863 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-12-26 20:38:50 +0100
  • 189edcb75f More #ifdef for TFE build ptitSeb 2016-09-22 12:15:57 +0200
  • e37a80ef83 Some warning solved ptitSeb 2016-09-21 19:25:13 +0200
  • cf7056b4d6 Missing a const ptitSeb 2016-09-21 17:20:37 +0200
  • 1984179657 Fixed a missing #endif issue ptitSeb 2016-09-21 17:14:06 +0200
  • d5df0cbc58 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-09-11 20:51:11 +0200