shithub: cstory

RSS feed

1733b58b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 23:06
Merge branch 'accurate' into portable

d6bbb013 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 22:57
Deobfuscate some BOOLs

81641c82 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 22:37
Fix InitSoundObject

04fca693 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 22:27
Try to avoid more Windows.h name collisions

72af19d0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 22:12
Merge branch 'accurate' into portable

788e5ea2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 22:07
Add some sound fixes and documentation

85ccda78 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 21:57
Add missing functions to header

4afb0f49 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 21:56
Fix .wav file offsets

82a6160a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 21:02
Add missing sanity checks

a015d4d0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 20:56
Restored LoadSoundObject

cc0464e7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 20:39
Restore InitSoundObject

ca1ed4f6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 20:39
Restore a lost FIX_BUGS

4d3aae32 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/07 19:50
Merge branch 'accurate' into portable

41f699fc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/06 11:32
Restore removed code from accurate branch

220f48a9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/06 11:10
Backport some undefined-behaviour fixes

1321ba52 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/06 09:46
Merge branch 'accurate' into portable

ffa4b163 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/02 16:20
Deobfustate some NPC_MAX values

f7b42875 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 11:52
Merge pull request #137 from GabrielRavier/accurateFixBugsTscBufferSizeCrash

90de32a8 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 11:52
Fix bugs in bugfix

ff25ddfe – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/02 12:43
src/TextScr.cpp: Do not crash when TSC files are too big with FIX_BUGS

4a887771 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/02 11:52
Merge branch 'accurate' into portable

99fd6446 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 10:56
Merge pull request #133 from GabrielRavier/portableMinimizeHeaders

720b1dfe – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 10:55
Reword a comment

47ed4d7b – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 10:54
Restore `stddef.h` in `Main.cpp`

9549f68b – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 10:50
Merge branch 'portable' into portableMinimizeHeaders

ca8b5cca – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/02 11:26
Merge branch 'portable' into portableMinimizeHeaders

81edd4db – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/02 10:59
src: Restored SDL.h includes to conform to project style of including SDL2

41c3afd9 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/02 10:54
src/Sound.cpp: Re-added Main.h include but commented it out with an explanation as to why

8880c599 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/02 10:46
Merge branch 'accurate' into portable

187847fb – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/02 10:43
src: Fixed not including headers that are included for detection of conflicting definitions

143f3b96 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/02 10:42
Backport header improvements from #133

6cc976d4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/01 22:31
Wii U audio tweaks

28964f16 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/01 22:24
Merge branch 'accurate' into portable

5983b8e2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/07/01 17:57
Don't mark `out` as static

3620e31b – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/01 14:33
src/BackendS/Platform/WiiU.cpp: Add explicit include of `<stddef.h>` for NULL

32c8795e – Gabriel Ravier <gabravier@gmail.com> authored on 2020/07/01 14:26
src: Cleaned up includes to only (and always) include what we use

c99d3827 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/06/30 18:56
Merge pull request #132 from GabrielRavier/accurateAddStddefWhenNeeded

bede1a16 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/30 19:48
src/Sound.cpp: Remove duplicate stddef.h include

08062e98 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/30 19:47
Merge branch 'accurate' into accurateAddStddefWhenNeeded

cf6a3d9a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 18:42
Add Aeon Genesis to licence file

99fa3868 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 17:36
Merge branch 'accurate' into portable

1bf11026 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 17:04
Correct some constants

1d76e25c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 16:39
Better Wii U audio cleanup

e0c67b42 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 16:38
Add constant to control number of Wii U buffers

371d6625 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 16:37
Fix popping in the Wii U audio backend

3092c346 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/30 14:26
src: Add `#include <stddef.h>` where appropriate in order to have `NULL`/`size_t` and others from the proper header

44465ee4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 13:34
Fix a bug in SDL2

a3a8c4df – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 13:33
Remove an include which isn't needed

e934cae6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 13:32
Merge branch 'accurate' into portable

353798bf – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/06/30 13:25
Merge pull request #131 from GabrielRavier/accurateMinimizeIncludes

946667ab – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 12:05
Replace Noto Japanese font with Migu 1M

770f3be7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 12:04
Make font sizes more accurate to the vanilla EXE

78da0257 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/06/30 10:09
Merge pull request #130 from GabrielRavier/portableSupportPathsAboveFilenameMax

47367614 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 10:04
More accuracy improvements

56bf0f8c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 09:52
Fix some typos

ccffba8a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 09:49
Remove user-sabotage

27a1fd90 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 09:48
Revert more unnecessary edits

2970242f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 09:00
Remove unused attributes

3d7ee303 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/30 08:58
Clean-up ArmsItem

a62141e1 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/29 21:52
src: Added back stddef.h where accurate to get NULL/size_t properly (stdio.h provides them, but it's for file I/O, not essential definitions and types)

66e49951 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/29 20:12
src: Remove unnecessary includes

a5c09b67 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 18:13
Wii U renderer cleanup

f6fe0537 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 17:37
Add vertex-batching to Wii U port

9925c16b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 15:19
Minor cleanup

771b944d – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/29 14:52
src: Some cleanup for the MAX_PATH std::string PR

990390ad – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 14:40
Fix CMake error when LTO is enabled

93535c55 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 14:36
Sync OpenGL3 renderer with Wii U renderer

564d42db – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/29 12:13
src: Change from using asprintf-based code to using std::string-based code

1523f1d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 12:40
Unified the Wii U vertex buffers

c7bd79e1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/29 11:25
Comment style tweaks

32a879ca – Gabriel Ravier <gabravier@gmail.com> authored on 2020/06/28 20:14
src: Removed MAX_PATH and made the path/string handling better in general (ported over from supportPathsAboveFilenameMax)

1fbdbf60 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/28 18:18
Audio backend notes

63dd9953 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/27 19:13
Make 320x240 monochrome fonts not look terrible

48935eb1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/27 15:34
Fix Windows builds when path contains accent char

cc8e875c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/27 15:28
Merge branch 'accurate' into portable

a5bf8544 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/27 13:32
Document gMC.equip

2701c001 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:58
Re-apply SDL2 fixes

ef7ae860 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:57
Update built-in SDL2 to 2.0.12

b990790e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:47
Update built-in FreeType to v2.10.2

27a621f9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:40
Update miniaudio to v0.10.9

dae87c61 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:34
Update Wii U audio backend

f64f924b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:24
Update miniaudio backend

3fa4a91d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 13:03
Reword audio backend logic

70e431d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 12:02
Add missing(?) header

1ff57728 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/24 08:12
Fix typo

2ee1bf13 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/23 21:15
Update miniaudio backend to new mixer

479fff2c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/23 20:49
New mostly-integer-only sound mixer

7334440c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/23 15:42
Merge branch 'accurate' into portable

d9e01225 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/23 12:30
Update URLs in readme

93852242 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/22 13:16
Just use 'CSE2' everywhere, instead of the full name

49b4ffb7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/15 19:34
Clear-up some README wording

8247aa30 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/05 11:41
Fix a typo in PHILOSOPHY.md

1df1248e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/06/05 10:38
Clarify enhanced-lite's purpose a little

e45d69fd – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/20 15:30
Fix typo in licence.txt

659332ba – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/20 15:04
Merge branch 'accurate' into portable

b951632b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/20 15:02
Ignore enhanced-lite config file

bfff68f2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/09 10:31
Update Wii U data folder path

f314dec2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/09 10:10
Merge branch 'accurate' into portable

2d26904b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/09 10:09
Add enhanced-lite branch to the readme

9a9f5209 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/09 09:54
Add the enhanced-lite branch to PHILOSOPHY.md

Next