Commit Graph

  • 88d553c8f4 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-04-19 23:47:30 +02:00
  • c8291e6d37 More macro for UNIPTR_MAX ptitSeb 2016-04-19 21:54:31 +02:00
  • e077fd664d Need __STDC_LIMIT_MACROS macro here too ptitSeb 2016-04-19 08:24:43 +02:00
  • 4b47c278bb Nedd __STDC_LIMIT_MACROS for *_MAX constant to be defined ptitSeb 2016-04-19 07:30:43 +02:00
  • b9bb24e608 Don't regulate Framerate on Pandora ptitSeb 2016-04-19 07:20:41 +02:00
  • 484d49434b Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +02:00
  • 9288c42268 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +02:00
  • 7c1cc68d6f Lower Epsilonon Pandora ptitSeb 2016-04-16 11:32:57 +02:00
  • 26b4941010 Merge pull request #30 from Yamagi/bswap32 Ryan C. Gordon 2016-04-19 13:11:33 -04:00
  • 794180c598 bswap_32() is a linuxism, use inline code instead. Yamagi Burmeister 2016-04-19 19:04:02 +02:00
  • fd1ba82bc8 Merge pull request #29 from DanielGibson/fix-textures-crash Ryan C. Gordon 2016-04-19 08:59:59 -04:00
  • 8de421dc9d Textures.cpp: improved td_pulObjects/td_ulObject fix Daniel Gibson 2016-04-19 14:34:39 +02:00
  • 380bade7c0 CMakeLists.txt: BMS, Added a small explanation about the default CMAKE_INSTALL_PREFIX Salamanderrake 2016-04-19 04:43:59 -04:00
  • 895921d8c1 ModExt.txt: Created a link(don't know if this will work) to ModEXT.txt since the linux version looks for ModExt.txt and not ModEXT.txt Salamanderrake 2016-04-19 04:27:12 -04:00
  • 90a614b03c CMakeLists.txt: Added an install section and fixed permissions issues with libraries. Salamanderrake 2016-04-19 04:25:38 -04:00
  • b7c49d4e51 CMakeLists.txt: Some cleanup and removing redundent lines from the CMakeLists.txt file. Salamanderrake 2016-04-18 21:46:10 -04:00
  • ec1448c4d4 build-linux32.sh: Renamed build-linux.sh build script to show which arch it is compiling build-linux64.sh: for use build native 64bit linux binaries. Salamanderrake 2016-04-18 21:36:28 -04:00
  • 86b487df9e CMakelists.txt: Removed my attempt at making Engine a static lib again. plus other small cmake fixes Salamanderrake 2016-04-15 22:54:34 -04:00
  • 836a4abc43 CMakeLists.txt: Redid the section on c/cxx flags to sepereate them so you can have c++ only flags along with c only flags fore their respective .c/.cpp builds without conflict. Salamanderrake 2016-04-15 17:01:30 -04:00
  • 4bbe57bccb Need __STDC_LIMIT_MACROS macro here too ptitSeb 2016-04-19 08:24:43 +02:00
  • b9e4fb49c9 Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine ptitSeb 2016-04-19 07:31:06 +02:00
  • f5d397ebc6 Nedd __STDC_LIMIT_MACROS for *_MAX constant to be defined ptitSeb 2016-04-19 07:30:43 +02:00
  • c5148824b2 Don't regulate Framerate on Pandora ptitSeb 2016-04-19 07:20:41 +02:00
  • 0d4437a1ac Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +02:00
  • 031223de35 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +02:00
  • 2dc1c2502a Lower Epsilonon Pandora ptitSeb 2016-04-16 11:32:57 +02:00
  • 1f7bb24a4d Merge pull request #26 from DanielGibson/64bit-stuff Ryan C. Gordon 2016-04-18 22:33:58 -04:00
  • 17de1fdb46 Merge pull request #27 from notaz/build_fix Ryan C. Gordon 2016-04-18 22:31:03 -04:00
  • 8bbe4c1d5e fix build on gcc 4.8 notaz 2016-04-18 23:55:41 +03:00
  • ab5d0a584f Make Engine/Graphics/Texture.cpp 64bit-clean (hopefully!) Daniel Gibson 2016-04-18 20:10:24 +02:00
  • 93daf905f1 EntitiesMP/Common/Particles.cpp: Don't access afStarsPositions[i][3] Daniel Gibson 2016-04-18 19:37:02 +02:00
  • 80990f2317 Fix some more warnings, Warning about supressed warnings in cmake Daniel Gibson 2016-04-18 19:10:52 +02:00
  • 5f5106e363 CShell::[SG]etCurrentWorld() instead of putting it in INDEX console var Daniel Gibson 2016-04-18 18:52:52 +02:00
  • a4ca331de9 Added some more todos Joshua Scoggins 2016-04-18 00:13:30 -07:00
  • f8cb52f8ad Delete an unused include Joshua Scoggins 2016-04-17 23:50:00 -07:00
  • a8c22df784 Forgot to write Engine to disk :( Joshua Scoggins 2016-04-17 23:49:18 -07:00
  • 2d8a4df68c Add the system specific include file Joshua Scoggins 2016-04-17 23:49:02 -07:00
  • 0c847ab479 Move system specific includes out to a separate file Joshua Scoggins 2016-04-17 23:48:44 -07:00
  • 8b8ec1f39a Add some C++11 features into Types.h since C++11 is so cool :D Joshua Scoggins 2016-04-17 23:30:48 -07:00
  • c8ab519b77 More big endian targets to detect Joshua Scoggins 2016-04-17 23:26:33 -07:00
  • 42b2822414 More todo's Joshua Scoggins 2016-04-17 23:20:59 -07:00
  • 35955d20ba use stdint.h instead of courage in Types.h Joshua Scoggins 2016-04-17 23:18:23 -07:00
  • 5b2933e217 Defined USE_PORTABLE_C when we can't figure out the platform Joshua Scoggins 2016-04-17 23:06:49 -07:00
  • 535832668f Fixed a broken function call Joshua Scoggins 2016-04-17 23:04:12 -07:00
  • e5c0e4f3f4 Add better platform detection abilities Joshua Scoggins 2016-04-17 23:02:49 -07:00
  • e82ad0c131 Move system specific deinit to a separate function for now Joshua Scoggins 2016-04-17 23:02:39 -07:00
  • b221d5fce2 Make it so that anything system specific is not in SE_InitEngine Joshua Scoggins 2016-04-17 22:53:31 -07:00
  • a3c5d30f21 Move the "please abstract" seconds to separate static functions for now Joshua Scoggins 2016-04-17 22:49:58 -07:00
  • 6f90130578 Added vim swap files to the .gitignore Joshua Scoggins 2016-04-17 22:40:36 -07:00
  • 21d4aec7f7 Follow coding conventions Joshua Scoggins 2016-04-17 22:40:08 -07:00
  • 12e8b991b3 Move the platform identification code out of SE_InitEngine to PlatformIdentification Joshua Scoggins 2016-04-17 22:39:19 -07:00
  • 78ab018fde CMakeLists.txt: output lib* to Debug/ subdir; suppress more warnings Daniel Gibson 2016-04-18 00:56:21 +02:00
  • a358a1763f Some more FIXMEs Daniel Gibson 2016-04-18 00:53:58 +02:00
  • 599f644328 Resolved some 64bit issues, marked/commented some others Daniel Gibson 2016-04-17 23:35:04 +02:00
  • 8d26863a51 Improve some portable C implementations of math functions Daniel Gibson 2016-04-17 23:15:56 +02:00
  • e3ffd51810 Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:46:45 +02:00
  • 630f636b0e Restrict the Eps precision change only to Pandora platform ptitSeb 2016-04-17 09:45:01 +02:00
  • 25d405c3a0 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +02:00
  • fb73e85d74 Lower Epsilonon Pandora ptitSeb 2016-04-16 11:32:57 +02:00
  • aaba575856 Merge pull request #25 from DanielGibson/no-malloc-h-soundfix Ryan C. Gordon 2016-04-16 19:38:58 -04:00
  • b934fa1945 Increase SDL soundbuffer for smoother sound playback Daniel Gibson 2016-04-17 01:07:14 +02:00
  • 24dcb9cc4f Don't #include <malloc.h> on Linux, only on Windows Daniel Gibson 2016-04-17 01:06:39 +02:00
  • acd39526c9 fix Inverted Right and Middle button on certain case with SDL ptitSeb 2016-04-16 13:10:32 +02:00
  • d3c7ea2e53 Lower Epsilonon Pandora ptitSeb 2016-04-16 11:32:57 +02:00
  • dc2c869cfc Merge pull request #24 from ptitSeb/master Ryan C. Gordon 2016-04-15 14:52:56 -04:00
  • d66559abfa Merge pull request #23 from Yamagi/freebsd Ryan C. Gordon 2016-04-15 13:07:29 -04:00
  • 8006012b90 Merge pull request #20 from stevenc99/rdynamic Ryan C. Gordon 2016-04-15 13:03:07 -04:00
  • 4f9b11eada Merge pull request #22 from stevenc99/DedicatedServer Ryan C. Gordon 2016-04-15 13:00:25 -04:00
  • 0e672b866e Determine CPU speed on FreeBSD Yamagi Burmeister 2016-04-13 19:24:51 +02:00
  • cd2a586a9e Better #if condition, and add a warning to be better checked latter ptitSeb 2016-04-13 08:21:50 +02:00
  • 95b4404cbc DedicatedServer: declare a dummy _hwndMain Steven Chamberlain 2016-04-13 02:25:58 +01:00
  • 9f7467d3ad Fix another 1L literal Steven Chamberlain 2016-04-13 02:24:55 +01:00
  • 1a7ec841cb Export symbols of main executables for shared libs Steven Chamberlain 2016-04-12 19:42:39 +01:00
  • 9678ec3e58 Enabled Multi-Threading (as an option) + OpenPandora specific changes (for Shoulder As Mouse Buttons) ptitSeb 2016-04-12 22:29:39 +02:00
  • b299789db5 mntent.h is another linuxism and unnecessary on FreeBSD. Yamagi Burmeister 2016-04-12 19:25:58 +02:00
  • d1d9c8d094 There's no malloc.h on FreeBSD. Yamagi Burmeister 2016-04-12 19:24:57 +02:00
  • 08dae0c605 Add FreeBSD defined to CMakeLists.txt Yamagi Burmeister 2016-04-12 19:21:10 +02:00
  • df6199de70 Merge pull request #19 from rcgordon/sdl2-port Ryan C. Gordon 2016-04-12 01:38:05 -04:00
  • 2dd011573b Merge pull request #18 from salamanderrake/sdl2-port-findsdl2 Ryan C. Gordon 2016-04-12 01:36:12 -04:00
  • a0595204d4 Fixed what appears to be an uninitialized memory access. Ryan C. Gordon 2016-04-12 01:24:30 -04:00
  • df16878e0e FindSDL2.cmake: Added module to help find system libraries for SDL2 CMakeLists.txt: Modified to link system wide SDL2 libraries and link to system wide headers SplashScreen.cpp: commented out as its post SDL2.0.4 >> SDL_WINDOW_SKIP_TASKBAR Salamanderrake 2016-04-12 01:21:25 -04:00
  • 67e940def8 Merge pull request #17 from RocketersAlex/linux-port Ryan C. Gordon 2016-04-12 00:12:51 -04:00
  • 1d4440f02d Don't use FULLSCREEN_DESKTOP mode until Ryan finishes the backbuffer code. Ryan C. Gordon 2016-04-11 23:45:59 -04:00
  • 56de02e4b8 Merge pull request #14 from ptitSeb/master Ryan C. Gordon 2016-04-11 22:59:05 -04:00
  • dd0ad84385 GameAgent - list servers bugfix (update) RocketersAlex 2016-04-12 04:10:43 +03:00
  • eeebba11dc GameAgent - list servers bugfix RocketersAlex 2016-04-12 04:03:25 +03:00
  • dfe262b619 Don't pump SDL Event in GetInput, or they will be missing in SeriousSam.cpp:SubMain(...) ptitSeb 2016-04-11 08:32:38 +02:00
  • 02af656d1c Whoops, forgot to actually enumerate physical display resolutions. Ryan C. Gordon 2016-04-10 00:54:45 -04:00
  • 927c44e9d8 Look for SDL2 libraries; I don't think this is right yet, though. Ryan C. Gordon 2016-04-10 00:54:23 -04:00
  • cb039e972f Remove some Float Divide to use Integer and Shift in C Portable helper function on LayerMixer ptitSeb 2016-04-09 23:57:58 +02:00
  • 98ebac941a Change CTString.Match to treat backslashes as slash (fixes Netrisca categories for new messages) ptitSeb 2016-04-09 14:15:33 +02:00
  • 87a67eccf5 Fixed Portable C versio of ShadowMap Layer Mixer ptitSeb 2016-04-09 13:20:13 +02:00
  • 6ce0b9b27e First attempt at a port to SDL2. Untested! Ryan C. Gordon 2016-04-09 02:18:57 -04:00
  • 284f6c63ca Fixed a sizeof bug. Ryan C. Gordon 2016-04-09 01:03:44 -04:00
  • df746ab6d1 A few TFE changes ptitSeb 2016-04-08 13:40:56 +02:00
  • e1fd158fd6 TFE now start a game ptitSeb 2016-04-08 08:18:46 +02:00
  • a1b399177a Added Entities generated files to .gitignore ptitSeb 2016-04-08 07:51:50 +02:00
  • bd0b38ba00 It compile now ptitSeb 2016-04-08 07:51:13 +02:00
  • 422db3c58c Preliminary First Encounter support ptitSeb 2016-04-08 00:11:36 +02:00
  • f37df71029 Float fest\! ptitSeb 2016-04-07 18:13:03 +02:00