Clownacy
bcfcf2c017
Rename 'BUILD_DOCONFIG' to just 'DOCONFIG'
2020-04-20 12:50:53 +01:00
Clownacy
bbfcc48e2a
Update Wii U instructions
2020-04-18 01:01:53 +01:00
Clownacy
a7ebdb75e5
Added unfinished Wii U audio backend
...
Currently doesn't produce sound unless you stop Organya from calling
AudioBackend_CreateSound, because it exhausts the Wii U's 150-sound
pool before the SFX get any of them.
2020-04-16 22:19:00 +01:00
Clownacy
6bd4e89f9d
Update readme
2020-04-15 22:12:58 +01:00
Clownacy
aee4ce0866
Merge branch 'accurate' into portable
2020-04-15 03:16:27 +01:00
Clownacy
3a72dd6bee
Add Wii U compilation instructions to readme
2020-04-15 02:38:38 +01:00
Clownacy
38ea875e11
Add new backends to readme
2020-04-14 01:35:18 +01:00
Clownacy
db0b2d0293
Add option to disable DoConfig
...
Needed for console ports
2020-04-13 19:10:58 +01:00
Clownacy
b6774440b6
The software renderer is longer specific to SDL2
2020-04-09 23:57:37 +01:00
Clownacy
39b89bdb02
Add link to wiki to readme
2020-04-09 20:28:38 +01:00
Clownacy
210e1f1c25
Rearrange the readme's 'Background' section
...
Also made some minor corrections and tweaks
2020-04-08 13:14:42 +01:00
Clownacy
0fe8eacb1c
Direct MSYS2 users to use PKG_CONFIG_STATIC_LIBS
2020-04-05 20:46:54 +01:00
Clownacy
5244967fab
Update documentation
2020-04-02 20:22:52 +01:00
Clownacy
d7ca8b3874
Remove the Makefile
...
Made redundant by CMake, and it's an absolute pain to maintain.
2020-04-02 14:23:10 +01:00
Clownacy
d40991e682
Remove VS2017 build files
...
Made redundant by CMake
2020-04-02 14:18:18 +01:00
Clownacy
f4a810be51
Alter pkg-config notice, now that CMake uses it
2020-04-01 20:38:30 +01:00
Clownacy
e324d40c5b
Merge branch 'accurate' into portable
2020-04-01 20:36:04 +01:00
Clownacy
a008410b96
List it in the readme
2020-04-01 20:19:24 +01:00
Clownacy
10af7b95f2
Update readme with deprecation notices and cleanup
2020-04-01 14:12:17 +01:00
Clownacy
b199feb944
Merge branch 'accurate' into portable
2020-03-17 19:22:42 +00:00
Clownacy
ec97ae4805
Fix typo in readme
2020-03-17 19:21:41 +00:00
Clownacy
cc4a58fbac
Use CFLAGS and CMAKE_C_FLAGS
2020-03-14 23:18:30 +00:00
Clownacy
4f49fe8706
Merge branch 'accurate' into portable
2020-03-14 23:17:42 +00:00
Clownacy
7fe29e6ac5
List technical options after game-affecting ones
2020-03-14 23:12:27 +00:00
Clownacy
d54bc4c232
Add MSVC_LINK_STATIC_RUNTIME to the readme
2020-03-14 23:09:05 +00:00
Clownacy
03c460a60b
Merge branch 'accurate' into portable
2020-03-14 22:10:00 +00:00
Clownacy
84cc01b8f0
Remove LTO from the Makefile
...
Can also be done by adding to CXXFLAGS
The CMake one will be kept around because it uses an actual CMake
feature.
2020-03-14 20:12:33 +00:00
Clownacy
a0f7ce8d9f
Merge branch 'accurate' into portable
2020-03-14 20:11:42 +00:00
Clownacy
10fbb05670
Remove some Make/CMake options
...
These options would add compiler flags that the user could just pass
on their own with CXXFLAGS/CMAKE_CXX_FLAGS.
2020-03-14 20:03:42 +00:00
Clownacy
bbf65f64f5
Note that users can pass their own compiler flags
2020-03-14 19:59:56 +00:00
Clownacy
2c831a62ad
Add NATIVE_OPTIMIZATIONS to the Makefile
...
Must have forgot to add this option here when adding it to the
portable branch
2020-03-14 19:45:30 +00:00
Clownacy
a70b4e444e
Add CMake info to the readme
2020-03-14 19:42:58 +00:00
Clownacy
156c01e672
Rename RENDERER and AUDIO_BACKEND
...
Now they're BACKEND_RENDERER and BACKEND_AUDIO
2020-02-29 18:33:32 +00:00
Clownacy
15bf7e095a
Add AUDIO_BACKEND option to readme
2020-02-29 18:19:06 +00:00
Clownacy
e599d02fb1
Added NATIVE_OPTIMIZATIONS option to Makefile
2020-01-29 22:19:47 +00:00
Gabriel Ravier
d88db09752
Added CMake option for native optimizations (-march=native)
...
Signed-off-by: Gabriel Ravier <gabrielravier@gabrielAncientIBMv2>
2020-01-29 23:01:31 +01:00
Clownacy
30dda63671
Freetype -> FreeType
2020-01-27 01:04:19 +00:00
Clownacy
26475dacdf
Merge branch 'accurate' into portable
2020-01-24 13:56:12 +00:00
Clownacy
917d69fc4a
Move the data folder back to the game folder
...
The whole 'copy data folder from assets folder to the game folder
when Makefile is ran' thing just made modding annoying.
2020-01-24 13:44:57 +00:00
Clownacy
03755933ba
Added Travis badge to readme
...
These were already in the portable and enhanced branches, but not
here
2020-01-23 13:59:27 +00:00
Clownacy
db9350bdb9
Add LTO option to CMakeLists.txt
2020-01-22 23:39:05 +00:00
Clownacy
3263668156
Merge branch 'accurate' into portable
2020-01-22 23:35:49 +00:00
Clownacy
867af9f090
Add option to the Makefile to enable LTO
2020-01-22 23:34:12 +00:00
Clownacy
4cbc56e272
Add OpenGL ES 2.0 renderer
2020-01-20 13:49:30 +00:00
Clownacy
c5f1725a92
More capitalisation
2020-01-15 08:23:47 +00:00
Clownacy
f7b8373ad7
Merge branch 'accurate' into portable
2020-01-15 08:18:30 +00:00
Clownacy
727b3eee0d
Capitalise 'Clang'
2020-01-15 08:16:57 +00:00
Clownacy
1c65eee284
Remove GLEW from the list of dependencies
2020-01-15 08:04:04 +00:00
Clownacy
48651f0b94
Backport a readme line from the portable branch
2020-01-15 08:02:50 +00:00
Clownacy
9995ccb7cc
The Makefile doesn't support MSVC
2020-01-15 08:01:33 +00:00