Commit Graph

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