Commit Graph

  • 2aa09480ab Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-09-09 14:13:31 +0200
  • ad57104c22 Merge work with remote ptitSeb 2016-09-09 14:11:53 +0200
  • 6c2966e250 Merge ptitSeb 2016-09-09 14:07:32 +0200
  • 57cd734dbc Don't regulate Framerate on Pandora Restrict the Eps precision change only to Pandora platform fix Inverted Right and Middle button on certain case with SDL Added some Failsafe. Fixed a crash in the new game intro cinematic (when Boss of TFE die and Sam goes to the UFO) on the Pandora Some Pandora fine-tunning Tried some asynchronus input method, but doesn't seems to works ptitSeb 2016-04-19 07:20:41 +0200
  • 570f166b26 Merge pull request #56 from DanielGibson/fix-null-crashes Ryan C. Gordon 2016-07-03 01:19:00 -0400
  • 54f8c4881a Merge pull request #61 from yamgent/readme-improv Ryan C. Gordon 2016-07-03 01:17:24 -0400
  • f7a61adbc5 Merge pull request #62 from comicfans/fix_sscanf_stack_buffer_overflow Ryan C. Gordon 2016-07-03 01:14:00 -0400
  • e70a5bb92b fix sscanf stack buffer overflow. string should have '\0' comicfans44 2016-07-03 04:33:41 -0400
  • b4d1daa320 Update README.md to include Linux Tan Wang Leng 2016-06-16 22:12:38 +0800
  • 1b895d7478 Support both ModExt.txt and ModEXT.txt Daniel Gibson 2016-06-06 04:28:42 +0200
  • 882c7773b5 Game can be executed and quit without crashes Daniel Gibson 2016-06-06 03:53:57 +0200
  • d723153576 Merge pull request #49 from yamgent/mod-ext-fix Ryan C. Gordon 2016-06-05 01:20:24 -0400
  • aced26829a Merge pull request #54 from DanielGibson/fix-warnings-rebase Ryan C. Gordon 2016-05-29 19:12:37 -0400
  • b30d3d86d8 Fix compilation from changes for GCC 6.1.1 Daniel Gibson 2016-05-30 01:06:10 +0200
  • 4b0e01145e Fix warning -Wtautological-undefined-compare Emil Laine 2016-04-24 00:57:23 +0300
  • 16a2048a2c Fix warning -Wchar-subscripts Emil Laine 2016-04-24 01:33:27 +0300
  • 13ba79ea5f Remove unneeded -Wno-sign-compare Emil Laine 2016-04-24 01:28:13 +0300
  • 5badefaf90 Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" Emil Laine 2016-04-24 00:17:29 +0300
  • 24d61d1ccc Use ASSERTALWAYS(msg) instead of ASSERT(false && msg) Emil Laine 2016-04-23 23:32:03 +0300
  • fe23b05aa2 Fix ASSERT(<string_literal>) Emil Laine 2016-04-23 04:05:17 +0300
  • 0b24c2f06c Merge pull request #50 from Manuel-K/gcc-6.1.1-fix Ryan C. Gordon 2016-05-24 00:55:35 -0400
  • be4c22f7e2 Merge pull request #44 from DanielGibson/misc-impr Ryan C. Gordon 2016-05-24 00:54:46 -0400
  • ba8d82efaf fix compilation errors with gcc 6.1.1 on Arch Linux Manuel K 2016-05-22 01:16:38 +0200
  • 7b470d30ab Elemental.es/Computer.cpp changes according to @SLAwww's suggestions Daniel Gibson 2016-05-11 19:04:01 +0200
  • 7e7ab3e70e remove FIXMEs in GameMP/Computer.cpp Daniel Gibson 2016-04-26 17:54:57 +0200
  • b64df456b6 Fix TFE warnings and lots of unused variable warnings Daniel Gibson 2016-04-25 01:44:09 +0200
  • de4f96d208 Remove FIXMEs/silence Fish.es warnings Daniel Gibson 2016-04-25 00:17:08 +0200
  • 8106aedd9f Use at least 16bit for Depth-Buffer (fixes #37) Daniel Gibson 2016-04-24 16:06:57 +0200
  • 40213b3e03 Ignore some more files (build dirs and generated) Daniel Gibson 2016-04-24 01:05:23 +0200
  • 1bfc6d5d81 Fix "unused but set variable" warnings from GCC Daniel Gibson 2016-04-24 00:53:13 +0200
  • dbe524f0b2 Fix more warnings, mostly about logical op parenthesis (TSE only) Daniel Gibson 2016-04-23 20:25:08 +0200
  • 72edf1c720 Commented out unused functions and variables Daniel Gibson 2016-04-24 01:01:37 +0200
  • bee4102374 Fix several warnings, warn if not using depth buffer Daniel Gibson 2016-04-23 03:59:18 +0200
  • c58328d881 RSBinToGroups() use __builtin_clz() instead of manual bsr if available Daniel Gibson 2016-04-22 19:40:09 +0200
  • 46353ffc5d make BYTESWAP*_unsigned() macros inline functions, use GCC builtins Daniel Gibson 2016-04-22 19:03:24 +0200
  • a8c6c77309 Merge pull request #47 from notaz/asm_rework Ryan C. Gordon 2016-05-09 12:03:16 -0400
  • 577373f91e Fix casing for ModExt.txt Tan Wang Leng 2016-05-05 13:47:02 +0800
  • b42612e8fb Remove ModExt.txt symlink Tan Wang Leng 2016-05-05 13:38:57 +0800
  • ce46bd1e99 make cpuid work on x86_64 notaz 2016-04-25 00:00:55 +0300
  • ff57a29e0f make separate option for using nasm asm notaz 2016-04-24 21:38:59 +0300
  • 1f70d4e242 rework asm to always fall back to portable C code notaz 2016-04-24 20:16:04 +0300
  • 78b26698ac only enable __GNU_INLINE_X86_32__ for x86/IA32 notaz 2016-04-24 18:04:43 +0300
  • 4b5cc03bf0 rename __GNU_INLINE__ to __GNU_INLINE_X86_32__ notaz 2016-04-24 17:38:22 +0300
  • 056d77f479 Assume OSX if we have defined __APPLE__ (#46) Joshua Scoggins 2016-04-23 17:04:45 -0700
  • 3e0171ea1b Tried some asynchronus input method, but doesn't seems to works ptitSeb 2016-04-23 18:02:57 +0200
  • 45429a88d8 Some Pandora fine-tunning ptitSeb 2016-04-23 18:01:27 +0200
  • 16d6cb99fa Added some Failsafe. Fixed a crash in the new game intro cinematic (when Boss of TFE die and Sam goes to the UFO) on the Pandora ptitSeb 2016-04-23 10:49:31 +0200
  • 6bb2f81134 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +0200
  • 86ef2fee09 Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +0200
  • 07e64e787e Don't regulate Framerate on Pandora ptitSeb 2016-04-19 07:20:41 +0200
  • 4db3022cbd Fix mouse wheel for switching weapons Tan Wang Leng 2016-04-23 22:49:07 +0800
  • b6d54121a5 Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +0200
  • 90e408e02c Don't regulate Framerate on Pandora ptitSeb 2016-04-19 07:20:41 +0200
  • 65d8d44f0e Fix mouse wheel for switching weapons Tan Wang Leng 2016-04-23 22:49:07 +0800
  • dca5b7a6ac Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-04-22 23:04:19 +0200
  • bbb184aad7 More macro for UNIPTR_MAX ptitSeb 2016-04-19 21:54:31 +0200
  • df3592c88c Need __STDC_LIMIT_MACROS macro here too ptitSeb 2016-04-19 08:24:43 +0200
  • c15a2ce2b3 Nedd __STDC_LIMIT_MACROS for *_MAX constant to be defined ptitSeb 2016-04-19 07:30:43 +0200
  • c6415f84b5 Don't regulate Framerate on Pandora ptitSeb 2016-04-19 07:20:41 +0200
  • e1921174d4 Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +0200
  • c32b7cc829 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +0200
  • b4e43fac95 Lower Epsilonon Pandora ptitSeb 2016-04-16 11:32:57 +0200
  • 88a0ec269b Use stdint.h everywhere since Serious Engine requires MSVC 2013 or greater (#40) Joshua Scoggins 2016-04-22 10:57:32 -0700
  • cb3f3bf521 Use those other averages. (#41) Rohit Nirmal 2016-04-22 12:57:04 -0500
  • 7213794459 Merge pull request #38 from DanielGibson/fix-FloatToInt Ryan C. Gordon 2016-04-21 23:00:03 -0400
  • 10395909e8 Merge pull request #39 from notaz/asm_fixes Ryan C. Gordon 2016-04-21 22:46:07 -0400
  • 1f23f37b36 CMakeLists.txt: suppress some warnings also for gcc, not only clang Daniel Gibson 2016-04-21 20:30:53 +0200
  • c74fa69bf6 gcc told me copysignf() in FloatToInt() didn't do anything. oops. Daniel Gibson 2016-04-21 20:30:17 +0200
  • 52c178718c fix SoundMixer asm notaz 2016-04-22 02:25:24 +0300
  • b1837c2e58 fix Graphics asm notaz 2016-04-19 04:21:13 +0300
  • a1b84b3ba0 Revert "fix build on gcc 4.8" notaz 2016-04-21 04:35:19 +0300
  • fd045e5025 fix LayerMixer asm notaz 2016-04-19 04:26:35 +0300
  • cb69bd3cdd add some asm helpers notaz 2016-04-21 02:34:11 +0300
  • fd52a044d4 Merge pull request #36 from DrItanium/abstraction-layer Ryan C. Gordon 2016-04-21 12:40:44 -0400
  • e64199441a Merge pull request #31 from DanielGibson/more-64bit-fixes Ryan C. Gordon 2016-04-21 12:31:05 -0400
  • a28a7bb00f now TFE builds on OSX, too Daniel Gibson 2016-04-21 17:46:44 +0200
  • 2a58209487 Some cmake fixes, fixing OSX build (incl 64bit) + disable i386ASM by default Daniel Gibson 2016-04-21 17:40:42 +0200
  • 64e6b915b7 Fix out of bounds access of afStarsPositions in TFE Particles.cpp Daniel Gibson 2016-04-20 18:05:43 +0200
  • 72bd84edb8 Fix 64-bit build of Entities/Player.es (of First Encounter) Daniel Gibson 2016-04-20 18:04:56 +0200
  • 430e0c8a95 Remove "64-bit issue" STUBBED() in Model.cpp, as it only looks fishy Daniel Gibson 2016-04-20 17:47:11 +0200
  • d228b6a7a7 make all BSP-related tags size_t so they can store pointers Daniel Gibson 2016-04-20 17:33:18 +0200
  • b437abf10d Use PointerToID() for sound-event ID in CSoundObject::Play()/Stop() Daniel Gibson 2016-04-20 17:35:47 +0200
  • 23b6374e9a Add ULONG PointerToID(void*) and IntPtrToID(size_t) that CRC 64bit pointers Daniel Gibson 2016-04-20 17:37:37 +0200
  • e642cbcd20 Change PLATFORM_32/64BIT detection Daniel Gibson 2016-04-19 16:47:26 +0200
  • 7f682180f3 Use SERIOUS_MHZ envvar for the time being Joshua Scoggins 2016-04-20 19:24:51 -0700
  • dbd896b58d Use the platform independent version of ReadTSC Joshua Scoggins 2016-04-20 19:06:02 -0700
  • 1b873d3ab4 Bool's must be 32-bits wide Joshua Scoggins 2016-04-20 18:50:36 -0700
  • 83b3e2fee3 Merge pull request #34 from rohit-n/reorder Ryan C. Gordon 2016-04-20 15:02:29 -0400
  • e166958881 Silence -Wreorder warnings. Rohit Nirmal 2016-04-20 13:31:49 -0500
  • 3e84eafe15 Merge pull request #28 from salamanderrake/icculus-master-cmake-bms Ryan C. Gordon 2016-04-19 22:53:41 -0400
  • 9477af7bfa CMakeLists.txt: Applied some changes Ryan wanted with the c/cxx flags. Salamanderrake 2016-04-19 18:16:45 -0400
  • 88d553c8f4 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-04-19 23:47:30 +0200
  • c8291e6d37 More macro for UNIPTR_MAX ptitSeb 2016-04-19 21:54:31 +0200
  • e077fd664d Need __STDC_LIMIT_MACROS macro here too ptitSeb 2016-04-19 08:24:43 +0200
  • 4b47c278bb Nedd __STDC_LIMIT_MACROS for *_MAX constant to be defined ptitSeb 2016-04-19 07:30:43 +0200
  • b9bb24e608 Don't regulate Framerate on Pandora ptitSeb 2016-04-19 07:20:41 +0200
  • 484d49434b Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +0200
  • 9288c42268 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +0200
  • 7c1cc68d6f Lower Epsilonon Pandora ptitSeb 2016-04-16 11:32:57 +0200
  • 26b4941010 Merge pull request #30 from Yamagi/bswap32 Ryan C. Gordon 2016-04-19 13:11:33 -0400