shithub: cstory

RSS feed

d84f64a5 – Clownacy <[email protected]> authored on 2020/02/01 19:10
Tweak cute_spritebatch settings

eb6ab89b – Clownacy <[email protected]> authored on 2020/02/01 19:01
Fixes and improvements

1b2d4fdb – Clownacy <[email protected]> authored on 2020/02/01 17:57
Fix the other rendering backends

eeed719c – Clownacy <[email protected]> authored on 2020/02/01 17:47
Get the SDLTexture renderer working again

15cfad01 – Clownacy <[email protected]> authored on 2020/02/01 17:40
Disable sub-pixel rendering in local FreeType

e3cd7ce3 – Clownacy <[email protected]> authored on 2020/02/01 17:37
Add glyph-batching to OpenGL renderer

eaf2de05 – Clownacy <[email protected]> authored on 2020/02/01 12:49
Add glyph-batching to the SDLTexture backend

639039ce – Clownacy <[email protected]> authored on 2020/02/01 11:40
Added Backend_PrepareToDrawGlyphs

fa8ab56e – Clownacy <[email protected]> authored on 2020/02/01 07:48
Merge branch 'accurate' into portable

debaeaad – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/01 07:46
Merge pull request #99 from GabrielRavier/fixPortableBugs

a762f288 – Clownacy <[email protected]> authored on 2020/02/01 07:45
Note some out-of-bounds array accesses

e3db7749 – Clownacy <[email protected]> authored on 2020/02/01 07:22
Add verbose error-reporting to backends

49d32a98 – Clownacy <[email protected]> authored on 2020/02/01 06:52
Merge branch 'accurate' into portable

c204ba14 – Clownacy <[email protected]> authored on 2020/02/01 06:49
Update PHILOSOPHY.md

8042ab2c – Gabriel Ravier <[email protected]> authored on 2020/02/01 02:52
Fixed more crashes in Caret

aad20080 – Gabriel Ravier <[email protected]> authored on 2020/01/31 18:55
Removed UB in PutArmsEnergy

02939dfa – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2020/01/31 13:56
Merge pull request #97 from GabrielRavier/fixPortableOpenGL

88a55478 – Gabriel Ravier <[email protected]> authored on 2020/01/31 01:50
Fix the build on portable

3597addf – Clownacy <[email protected]> authored on 2020/01/30 12:30
Add PHILOSOPHY.md

70f4f6fa – Clownacy <[email protected]> authored on 2020/01/29 20:21
Capitalise a few things in bin2h differently

f1740a2c – Clownacy <[email protected]> authored on 2020/01/29 20:19
Add native-optimisations and LTO to DoConfig and bin2h

ed1ff2f2 – Clownacy <[email protected]> authored on 2020/01/29 18:45
Tweak MIN/MAX macros in software renderer

788697dc – Clownacy <[email protected]> authored on 2020/01/29 18:18
Fix a possible hang in the audio mixer

e599d02f – Clownacy <[email protected]> authored on 2020/01/29 17:19
Added NATIVE_OPTIMIZATIONS option to Makefile

e4394aea – Clownacy <[email protected]> authored on 2020/01/29 17:16
Whoops, forgot to remove this #include

d0defa4a – Clownacy <[email protected]> authored on 2020/01/29 17:15
This cast shouldn't be necessary

638e96be – Clownacy <[email protected]> authored on 2020/01/29 17:14
Move and rename attrHot

9bd21cca – Clownacy <[email protected]> authored and GitHub <[email protected]> committed on 2020/01/29 17:12
Merge pull request #95 from GabrielRavier/improvePerformance

5e665884 – Gabriel Ravier <[email protected]> authored on 2020/01/29 18:04
Re-add missing "(double)"

ebb238eb – Gabriel Ravier <[email protected]> authored on 2020/01/29 17:45
Added ICC checks for native optimizations

88a8362f – Gabriel Ravier <[email protected]> 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 <[email protected]> committed on 2020/01/29 14:30
Added CMake option for native optimizations (-march=native)

14422999 – Gabriel Ravier <gabrielravier@gabrielAncientIBMv2> authored and Gabriel Ravier <[email protected]> committed on 2020/01/29 12:59
Made MixSounds be marked as hot

c15ecbf7 – Gabriel Ravier <gabrielravier@gabrielAncientIBMv2> authored and Gabriel Ravier <[email protected]> committed on 2020/01/29 07:47
Used fmodf instead of fmod for a 0.5% performance increase in MixSounds

bd876e93 – Clownacy <[email protected]> authored on 2020/01/28 16:26
Change icon resource IDs

f1270108 – Clownacy <[email protected]> authored on 2020/01/27 10:07
Use stb_image's file API

30dda636 – Clownacy <[email protected]> authored on 2020/01/26 20:04
Freetype -> FreeType

1cffacb7 – Clownacy <[email protected]> authored on 2020/01/26 19:30
Added DecodeBitmapFromFile

2ef48bea – Clownacy <[email protected]> authored on 2020/01/26 18:59
Change DecodeBitmap to use unsigned ints

4f7bd116 – Clownacy <[email protected]> authored on 2020/01/26 18:57
Add missing SDL.h #includes

8dd1b057 – Clownacy <[email protected]> authored on 2020/01/26 18:55
Fix compilation with the Makefile

cccef2b0 – Clownacy <[email protected]> authored on 2020/01/26 18:54
Fix memory leaks

5e60c15b – Clownacy <[email protected]> authored on 2020/01/26 18:53
Add missing sanity check

1e21b32d – Clownacy <[email protected]> authored on 2020/01/26 15:17
Remove SDL.h #include from Draw.h

b650294b – Clownacy <[email protected]> authored on 2020/01/26 15:06
Change LoadFileToMemory's function signature

cf897720 – Clownacy <[email protected]> authored on 2020/01/26 14:47
Stop using SDL for .bmp decoding

dfd50ecf – Clownacy <[email protected]> authored on 2020/01/26 09:45
Remove MycParam.cpp's dependency on SDL

331d5a2d – Clownacy <[email protected]> authored on 2020/01/26 08:52
Merge branch 'accurate' into portable

30dced25 – Clownacy <[email protected]> authored on 2020/01/26 08:52
Correct the style of some pointer checks

8d6c4494 – Clownacy <[email protected]> authored on 2020/01/26 08:35
Catch an entry parameter list I missed

e33bd9c8 – Clownacy <[email protected]> authored on 2020/01/25 09:26
Fix visual artefacting on the Pi

99a8b2bd – Clownacy <[email protected]> authored on 2020/01/25 09:22
Improve OpenGL performance on the Raspberry Pi

51782421 – Clownacy <[email protected]> authored on 2020/01/24 16:01
Merge branch 'accurate' into portable

0bcf9784 – Clownacy <[email protected]> authored on 2020/01/24 16:00
Rename HookDirectInputDevice

946d816a – Clownacy <[email protected]> authored on 2020/01/24 09:22
Add save data to .gitignore

26475dac – Clownacy <[email protected]> authored on 2020/01/24 08:56
Merge branch 'accurate' into portable

917d69fc – Clownacy <[email protected]> authored on 2020/01/24 08:44
Move the data folder back to the game folder

7aedf1c8 – Clownacy <[email protected]> authored on 2020/01/23 17:08
Merge branch 'accurate' into portable

53f7c02f – Clownacy <[email protected]> authored on 2020/01/23 17:07
Fix typo in Travis file

a9f6bb64 – Clownacy <[email protected]> authored on 2020/01/23 17:04
Merge branch 'accurate' into portable

a3bd721d – Clownacy <[email protected]> authored on 2020/01/23 17:01
Clean-up Travis file

d8dde5f9 – Clownacy <[email protected]> authored on 2020/01/23 16:00
Fix the Travis file

fc874f06 – Clownacy <[email protected]> authored on 2020/01/23 15:54
Travis: Split CMake and Make

60085502 – Clownacy <[email protected]> authored on 2020/01/23 15:17
Alright, screw this, no Windows support

f84289a1 – Clownacy <[email protected]> authored on 2020/01/23 15:02
arg fix dumb type

f1c59e46 – Clownacy <[email protected]> authored on 2020/01/23 14:51
I hate this so much

52e2b1da – Clownacy <[email protected]> authored on 2020/01/23 14:40
...

01b218ef – Clownacy <[email protected]> authored on 2020/01/23 14:27
...

88169689 – Clownacy <[email protected]> authored on 2020/01/23 14:16
I hate this so much

209f9dfb – Clownacy <[email protected]> authored on 2020/01/23 13:58
Try something else

5e9ff515 – Clownacy <[email protected]> authored on 2020/01/23 13:53
Let's see if Linux works instead

5e0f44b7 – Clownacy <[email protected]> authored on 2020/01/23 13:44
Ugh...

628fd6a7 – Clownacy <[email protected]> authored on 2020/01/23 13:34
Try to get it working some more

9bf00035 – Clownacy <[email protected]> authored on 2020/01/23 13:04
Try to fix the Travis build

4acdcb90 – Clownacy <[email protected]> authored on 2020/01/23 12:51
Disable non-Windows builds so we can test it

ede98405 – Clownacy <[email protected]> authored on 2020/01/23 12:51
Merge branch 'accurate' into portable

8905a2ee – Clownacy <[email protected]> authored on 2020/01/23 12:27
Try to get ccache working again

0090c9a2 – Clownacy <[email protected]> authored on 2020/01/23 12:08
And again

d24006c9 – Clownacy <[email protected]> authored on 2020/01/23 12:07
Try to get environment variables right

7f88a869 – Clownacy <[email protected]> authored on 2020/01/23 12:05
Travis = >:(

2a74ab6d – Clownacy <[email protected]> authored on 2020/01/23 12:02
Place your bets

1b64bb71 – Clownacy <[email protected]> authored on 2020/01/23 12:00
Life is pain

e504f076 – Clownacy <[email protected]> authored on 2020/01/23 11:59
...Try again

91f71d40 – Clownacy <[email protected]> authored on 2020/01/23 11:57
Try to split 32-bit/64-bit builds

a20b9062 – Clownacy <[email protected]> authored on 2020/01/23 11:38
Fix some stupid error that was caused by...

d4214e6d – Clownacy <[email protected]> authored on 2020/01/23 11:27
???

057e7622 – Clownacy <[email protected]> authored on 2020/01/23 11:25
Screw you Travis

871e443f – Clownacy <[email protected]> authored on 2020/01/23 11:20
swearing

31fa8f73 – Clownacy <[email protected]> authored on 2020/01/23 11:19
Say it with me: "this is annoying"

ae016bbc – Clownacy <[email protected]> authored on 2020/01/23 11:15
...And again

e45bac46 – Clownacy <[email protected]> authored on 2020/01/23 11:14
Clearly I don't understand Bash syntax

cd415916 – Clownacy <[email protected]> authored on 2020/01/23 11:12
Travis: Try to fix WINDRES and 32-bit builds

5ac0f5d1 – Clownacy <[email protected]> authored on 2020/01/23 10:55
Install regular make?

c793e302 – Clownacy <[email protected]> authored on 2020/01/23 10:38
Dummy out 32-bit for now

05e0b49c – Clownacy <[email protected]> authored on 2020/01/23 10:28
Work already dammit

cbe6262e – Clownacy <[email protected]> authored on 2020/01/23 10:26
Try to fix whatever syntax error Travis isn't...

d8d08bf5 – Clownacy <[email protected]> authored on 2020/01/23 10:21
Try to get a Travis native Windows build working

d33e007d – Clownacy <[email protected]> authored on 2020/01/23 10:03
Apparently Travis's 'sudo' is deprecated now?

65493424 – Clownacy <[email protected]> authored on 2020/01/23 09:58
Don't attempt Windows cross-compilation

696498a9 – Clownacy <[email protected]> authored on 2020/01/23 09:47
Fix Travis file?

Next