RSS feed
	
	
	
		638e96be
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/29 17:14
		
Move and rename attrHot
		 
	
		9bd21cca
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2020/01/29 17:12
		
Merge pull request #95 from GabrielRavier/improvePerformance
		 
	
		5e665884
		 – Gabriel Ravier <gabravier@gmail.com>
 authored
 on 2020/01/29 18:04
		
Re-add missing "(double)"
		 
	
		ebb238eb
		 – Gabriel Ravier <gabravier@gmail.com>
 authored
 on 2020/01/29 17:45
		
Added ICC checks for native optimizations
		 
	
		88a8362f
		 – Gabriel Ravier <gabravier@gmail.com>
 authored
 on 2020/01/29 17:30
		
Reverted fmodf stuff and tried to make it so C++ compilers would go for the float version in appropriate circumstances (fmodf directly is unavailable due to not being in C89)
		 
	
		d88db097
		 – Gabriel Ravier <gabrielravier@gabrielAncientIBMv2>
 authored
 and Gabriel Ravier <gabravier@gmail.com>
 committed
 on 2020/01/29 14:30
		
Added CMake option for native optimizations (-march=native)
		 
	
		14422999
		 – Gabriel Ravier <gabrielravier@gabrielAncientIBMv2>
 authored
 and Gabriel Ravier <gabravier@gmail.com>
 committed
 on 2020/01/29 12:59
		
Made MixSounds be marked as hot
		 
	
		c15ecbf7
		 – Gabriel Ravier <gabrielravier@gabrielAncientIBMv2>
 authored
 and Gabriel Ravier <gabravier@gmail.com>
 committed
 on 2020/01/29 07:47
		
Used fmodf instead of fmod for a 0.5% performance increase in MixSounds
		 
	
		bd876e93
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/28 16:26
		
Change icon resource IDs
		 
	
		f1270108
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/27 10:07
		
Use stb_image's file API
		 
	
		30dda636
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 20:04
		
Freetype -> FreeType
		 
	
		1cffacb7
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 19:30
		
Added DecodeBitmapFromFile
		 
	
		2ef48bea
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 18:59
		
Change DecodeBitmap to use unsigned ints
		 
	
		4f7bd116
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 18:57
		
Add missing SDL.h #includes
		 
	
		8dd1b057
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 18:55
		
Fix compilation with the Makefile
		 
	
		cccef2b0
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 18:54
		
Fix memory leaks
		 
	
		5e60c15b
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 18:53
		
Add missing sanity check
		 
	
		1e21b32d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 15:17
		
Remove SDL.h #include from Draw.h
		 
	
		b650294b
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 15:06
		
Change LoadFileToMemory's function signature
		 
	
		cf897720
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 14:47
		
Stop using SDL for .bmp decoding
		 
	
		dfd50ecf
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 09:45
		
Remove MycParam.cpp's dependency on SDL
		 
	
		331d5a2d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 08:52
		
Merge branch 'accurate' into portable
		 
	
		30dced25
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 08:52
		
Correct the style of some pointer checks
		 
	
		8d6c4494
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/26 08:35
		
Catch an entry parameter list I missed
		 
	
		e33bd9c8
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/25 09:26
		
Fix visual artefacting on the Pi
		 
	
		99a8b2bd
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/25 09:22
		
Improve OpenGL performance on the Raspberry Pi
		 
	
		51782421
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/24 16:01
		
Merge branch 'accurate' into portable
		 
	
		0bcf9784
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/24 16:00
		
Rename HookDirectInputDevice
		 
	
		946d816a
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/24 09:22
		
Add save data to .gitignore
		 
	
		26475dac
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/24 08:56
		
Merge branch 'accurate' into portable
		 
	
		917d69fc
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/24 08:44
		
Move the data folder back to the game folder
		 
	
		7aedf1c8
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 17:08
		
Merge branch 'accurate' into portable
		 
	
		53f7c02f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 17:07
		
Fix typo in Travis file
		 
	
		a9f6bb64
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 17:04
		
Merge branch 'accurate' into portable
		 
	
		a3bd721d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 17:01
		
Clean-up Travis file
		 
	
		d8dde5f9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 16:00
		
Fix the Travis file
		 
	
		fc874f06
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 15:54
		
Travis: Split CMake and Make
		 
	
		60085502
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 15:17
		
Alright, screw this, no Windows support
		 
	
		f84289a1
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 15:02
		
arg fix dumb type
		 
	
		f1c59e46
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 14:51
		
I hate this so much
		 
	
		52e2b1da
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 14:40
		
...
		 
	
		01b218ef
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 14:27
		
...
		 
	
		88169689
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 14:16
		
I hate this so much
		 
	
		209f9dfb
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 13:58
		
Try something else
		 
	
		5e9ff515
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 13:53
		
Let's see if Linux works instead
		 
	
		5e0f44b7
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 13:44
		
Ugh...
		 
	
		628fd6a7
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 13:34
		
Try to get it working some more
		 
	
		9bf00035
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 13:04
		
Try to fix the Travis build
		 
	
		4acdcb90
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:51
		
Disable non-Windows builds so we can test it
		 
	
		ede98405
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:51
		
Merge branch 'accurate' into portable
		 
	
		8905a2ee
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:27
		
Try to get ccache working again
		 
	
		0090c9a2
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:08
		
And again
		 
	
		d24006c9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:07
		
Try to get environment variables right
		 
	
		7f88a869
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:05
		
Travis = >:(
		 
	
		2a74ab6d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:02
		
Place your bets
		 
	
		1b64bb71
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 12:00
		
Life is pain
		 
	
		e504f076
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:59
		
...Try again
		 
	
		91f71d40
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:57
		
Try to split 32-bit/64-bit builds
		 
	
		a20b9062
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:38
		
Fix some stupid error that was caused by...
		 
	
		d4214e6d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:27
		
???
		 
	
		057e7622
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:25
		
Screw you Travis
		 
	
		871e443f
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:20
		
swearing
		 
	
		31fa8f73
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:19
		
Say it with me: "this is annoying"
		 
	
		ae016bbc
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:15
		
...And again
		 
	
		e45bac46
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:14
		
Clearly I don't understand Bash syntax
		 
	
		cd415916
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 11:12
		
Travis: Try to fix WINDRES and 32-bit builds
		 
	
		5ac0f5d1
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 10:55
		
Install regular make?
		 
	
		c793e302
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 10:38
		
Dummy out 32-bit for now
		 
	
		05e0b49c
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 10:28
		
Work already dammit
		 
	
		cbe6262e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 10:26
		
Try to fix whatever syntax error Travis isn't...
		 
	
		d8d08bf5
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 10:21
		
Try to get a Travis native Windows build working
		 
	
		d33e007d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 10:03
		
Apparently Travis's 'sudo' is deprecated now?
		 
	
		65493424
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:58
		
Don't attempt Windows cross-compilation
		 
	
		696498a9
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:47
		
Fix Travis file?
		 
	
		441fe2fa
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:39
		
Merge branch 'accurate' into portable
		 
	
		5fd0b583
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:32
		
More Travis cleanup
		 
	
		35ac2aea
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:25
		
Er, don't break the Travis file
		 
	
		55090dc7
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:23
		
Attempt to build release and debug binaries
		 
	
		29eecc26
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 09:17
		
Build both 32-bit and 64-bit binaries in Travis
		 
	
		03755933
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 08:59
		
Added Travis badge to readme
		 
	
		7a30be8a
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 08:56
		
Cleanup, support WINDRES as an environment variable
		 
	
		c731f707
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 08:51
		
Fix WINDRES in the Travis script
		 
	
		2f206d1e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 08:43
		
Add a Travis file
		 
	
		b274c3af
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/23 07:29
		
Fix window icon in Windows builds
		 
	
		78b41a5c
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:50
		
Merge branch 'accurate' into portable
		 
	
		0237844e
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:50
		
Actually, this fix doesn't seem right
		 
	
		e8edc42d
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:37
		
Merge branch 'accurate' into portable
		 
	
		4091d152
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:36
		
Minor style tweak
		 
	
		a65c4bc1
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:34
		
Added bugfix to Organya
		 
	
		1fe73f9a
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:05
		
Explicitly compare pointers in Font.cpp to NULL
		 
	
		413fe560
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 20:00
		
Add LTO toggle to DoConfig CMakeLists.txt
		 
	
		c45e888b
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 19:59
		
Improve CMake style consistency
		 
	
		d2a51416
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 19:13
		
Remove two dummied-out dependencies from Travis
		 
	
		76a71d70
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 19:04
		
Merge branch 'accurate' into portable
		 
	
		ede9fa21
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 19:03
		
Fix compilation with FIX_BUGS enabled
		 
	
		8798a7cc
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 18:52
		
Add the RGB macro to the windows.h wrapper
		 
	
		2f4eb464
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 18:51
		
Merge branch 'accurate' into portable
		 
	
		f687c5f6
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 18:50
		
Remove the RGB macro
		 
	
		2c3a4a36
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 18:39
		
Fix Makefile LTO
		 
	
		db9350bd
		 – Clownacy <Clownacy@users.noreply.github.com>
 authored
 on 2020/01/22 18:39
		
Add LTO option to CMakeLists.txt
		 
Next