RSS feed
	
	
	
		61e70875
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/31 08:53
		
Apply missing OpenGL constants
		 
	
		424edc52
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/31 08:20
		
Add header file to CMake file as well
		 
	
		d91c1e9b
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/31 08:19
		
Update the SDL2 audio backend
		 
	
		732d3bbc
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/31 08:14
		
Split software audio mixer to its own file
		 
	
		4e58457e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/31 06:20
		
Make miniaudio backend use native sample rate
		 
	
		d707ce9f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2020/03/18 08:03
		
Merge pull request #106 from GabrielRavier/fixWNarrowing
		 
	
		fb353fbc
		 – Gabriel Ravier <gabravier@gmail.com>
 authored
 on 2020/03/18 07:54
		
Backends/Rendering/SDLTexture: Solve -Wnarrowing warning
		 
	
		cf75cbca
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/17 17:14
		
Don't embed font in executable
		 
	
		b199feb9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/17 15:22
		
Merge branch 'accurate' into portable
		 
	
		ec97ae48
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/17 15:21
		
Fix typo in readme
		 
	
		dd04977f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/17 09:24
		
Update miniaudio to v0.10.1
		 
	
		61aec1cb
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/17 09:21
		
Use native Windows types/macros when available
		 
	
		44762363
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:58
		
Bump required C++ standard to C++11
		 
	
		cc4a58fb
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:18
		
Use CFLAGS and CMAKE_C_FLAGS
		 
	
		4f49fe87
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:17
		
Merge branch 'accurate' into portable
		 
	
		7fe29e6a
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:12
		
List technical options after game-affecting ones
		 
	
		d54bc4c2
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:09
		
Add MSVC_LINK_STATIC_RUNTIME to the readme
		 
	
		066f4988
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:03
		
CMake cleanup
		 
	
		72046682
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:01
		
Merge branch 'accurate' into portable
		 
	
		36f961d3
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 19:01
		
Fix CMake build with Linux MinGW-w64
		 
	
		3e581b04
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 18:55
		
Specify which type of SDL2 is being used
		 
	
		74205942
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 18:53
		
Make Travis file use CXXFLAGS/CMAKE_CXX_FLAGS
		 
	
		7d4fda54
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 18:50
		
Fix errors
		 
	
		b84601cc
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 18:41
		
Update DoConfig and bin2h CMake files
		 
	
		03c460a6
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 18:10
		
Merge branch 'accurate' into portable
		 
	
		e9661914
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 18:02
		
Update Travis file to use CXXFLAGS
		 
	
		4ef83526
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 17:59
		
More CMake cleanup
		 
	
		cadfeab3
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 16:26
		
Neaten-up the CMake file
		 
	
		216aec7c
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 16:19
		
Clean-up CMake LTO
		 
	
		84cc01b8
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 16:12
		
Remove LTO from the Makefile
		 
	
		a0f7ce8d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 16:11
		
Merge branch 'accurate' into portable
		 
	
		10fbb056
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 16:03
		
Remove some Make/CMake options
		 
	
		bbf65f64
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:59
		
Note that users can pass their own compiler flags
		 
	
		2c831a62
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:45
		
Add NATIVE_OPTIMIZATIONS to the Makefile
		 
	
		a70b4e44
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:42
		
Add CMake info to the readme
		 
	
		efa987d7
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:36
		
Make the static MSVC runtime linkage optional
		 
	
		505c9cc8
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:30
		
Clean-up MSVC tweaks
		 
	
		1dccec0e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:27
		
Bump required CMake version to 3.12
		 
	
		d80d7ed8
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:26
		
Merge branch 'accurate' into portable
		 
	
		de1740b6
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:15
		
Match the portable branch's CMakeLists.txt
		 
	
		3de55780
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:10
		
This option shouldn't be on by default
		 
	
		140c67a5
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 15:09
		
Make CMake file match the portable branch one
		 
	
		169a755e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 10:12
		
Wrap UTF-8 strings in C89-style comments
		 
	
		76e4fb5e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 10:08
		
Improve MSVC6 hacks
		 
	
		c6b77fb0
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 09:25
		
Move the windows.h include to the right place
		 
	
		8a3b5c1f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 09:22
		
Use macros instead of __stdcall
		 
	
		4e0a1685
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/14 08:55
		
Move the MSVC6 hacks to WindowsWrapper.h
		 
	
		05fb5cf1
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/13 18:01
		
Fix build error with MinGW
		 
	
		406ff189
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/13 17:35
		
Add CMakeLists.txt and Visual Studio 6 support
		 
	
		39c1d929
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/05 10:16
		
CMakeLists.txt - Wrap paths in ""
		 
	
		27d82e97
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/04 19:04
		
Set STB_IMAGE_STATIC
		 
	
		d57850d9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/04 16:51
		
Fix Windows miniaudio build... again
		 
	
		9af25f7c
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/03/04 16:02
		
Hopefully fixed miniaudio backend on Windows
		 
	
		156c01e6
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 13:33
		
Rename RENDERER and AUDIO_BACKEND
		 
	
		72672e14
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 13:11
		
Makefile/CMakeLists.txt fixes
		 
	
		15bf7e09
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 13:11
		
Add AUDIO_BACKEND option to readme
		 
	
		af24d010
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 13:07
		
Clean-up miniaudio backend a little
		 
	
		a943e80b
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 13:03
		
Add miniaudio audio backend to Makefile
		 
	
		14735caa
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 12:52
		
Mark CMake target thingies as private
		 
	
		8ec8a8d9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/29 06:46
		
Added unfinished miniaudio audio backend
		 
	
		93405480
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/25 12:56
		
Merge branch 'accurate' into portable
		 
	
		e4a20a98
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2020/02/20 10:59
		
Similar fixes
		 
	
		ed97e374
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2020/02/20 08:11
		
Fix screen centering in wide/tallscreen
		 
	
		a7f1d80a
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/13 13:14
		
Fix compilation with modern Visual Studio
		 
	
		a767c16d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/09 13:55
		
Un-un-const a few things
		 
	
		f82a53d3
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/09 13:47
		
Prevent errors encountered by MSVC
		 
	
		d4004fe9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/09 08:56
		
Store glyph pixels as chars, not floats
		 
	
		bb11cd56
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/09 08:44
		
Software renderer cleanup
		 
	
		60d3cc2e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/09 07:40
		
Update cute_spritebatch.h
		 
	
		8edca4fb
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/09 07:35
		
Style tweak
		 
	
		f0206600
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/06 04:21
		
Travis: Exclude macOS Make OpenGLES2 build too
		 
	
		0902b9e3
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 16:07
		
Merge branch 'accurate' into portable
		 
	
		fd19806e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 16:05
		
Travis: Add FIX_BUGS and JAPANESE to matrix
		 
	
		2b296572
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 16:01
		
Group jobs by build system
		 
	
		4737a7cb
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 15:59
		
Travis: Only create release builds
		 
	
		6bbe0c97
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 15:52
		
Explain the macOS OpenGL job exclusion
		 
	
		1478d251
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 15:45
		
Shut up a Travis warning
		 
	
		fe5291bc
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 15:41
		
Uhh... now?
		 
	
		1575fbf9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 15:37
		
Er... does this make it work?
		 
	
		f06b78bd
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 14:06
		
Exclude macOS OpenGL3 Make builds from Travis
		 
	
		425051a3
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 11:02
		
Make Travis build every rendering backend
		 
	
		59a8c261
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 10:52
		
Tweak some variable naming
		 
	
		d9e7ebac
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/05 10:47
		
Correct a typo
		 
	
		2af6a043
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/04 11:35
		
Clean-up the OpenGL renderers a little
		 
	
		1140ab09
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/04 10:51
		
Clean-up renderer backend initialisation
		 
	
		ba6d711d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/04 09:55
		
Tick cute_spritebatch once per frame
		 
	
		2e5e1994
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/03 11:44
		
Enable debug console prints in non-debug builds
		 
	
		53c0e847
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/03 10:53
		
Add an optimisation to the OpenGL renderers
		 
	
		dfacd626
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/03 10:44
		
Fix text-flickering in the OpenGL renderers
		 
	
		b894543f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/03 09:43
		
Shut up a C++11 error from the enhanced branch
		 
	
		4190493f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 19:34
		
More documentation
		 
	
		514d9f87
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 19:21
		
Document the OpenGL renderer a bit more
		 
	
		d84f64a5
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 19:10
		
Tweak cute_spritebatch settings
		 
	
		eb6ab89b
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 19:01
		
Fixes and improvements
		 
	
		1b2d4fdb
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 17:57
		
Fix the other rendering backends
		 
	
		eeed719c
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 17:47
		
Get the SDLTexture renderer working again
		 
	
		15cfad01
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 17:40
		
Disable sub-pixel rendering in local FreeType
		 
	
		e3cd7ce3
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 17:37
		
Add glyph-batching to OpenGL renderer
		 
	
		eaf2de05
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 12:49
		
Add glyph-batching to the SDLTexture backend
		 
	
		639039ce
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/02/01 11:40
		
Added Backend_PrepareToDrawGlyphs
		 
Next