shithub: cstory

RSS feed

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

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

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

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

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

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

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

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

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

70a3badc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/04 14:21
Cleanup

4000615b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 18:13
This is also likely more accurate to the source

124aebaa – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 18:07
This is likely more accurate to the original code

e1af3336 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 18:05
Fix compilation

496a50c2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 16:52
More static function stuff

95b29bb5 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 16:42
Mark some functions as static

486cf371 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 16:37
Mark a char as signed

03250d62 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/05/03 16:28
Make variables more accurate

3dd904ad – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/27 14:41
Merge pull request #114 from GabrielRavier/accurateAddCMake3_10Support

43c0b670 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/25 20:07
Figured out the mystery values in RestoreSurfaces

46ca9b4d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:08
aesthetic

5d309db3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:07
Ignore `ConfigCSE2E.dat`

dec481a8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:05
And another

57c58796 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/20 09:04
Add more files to `.gitignore`

c5281266 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/19 18:37
Fix bosses flicking across the screen when hurt

e05fef85 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/17 08:22
CMakeLists: Forgot I wasn't in Vim

4b10fc28 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/17 08:22
CMakeLists: Add CMake 3.5.1 support

18986336 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 10:05
Found a name for `nameless_flag`!

ff45da6a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 10:45
Mark a static function as static

8f49276d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 10:44
Note some not-so-authentic variable names

4c910dbe – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 09:52
Correct variable name

8a9f7087 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 09:48
More authentic variable/function names

47740fe8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 09:31
Note some weird code

b83b7f25 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 09:27
Found the real name for DummiedOutLogFunction..?

b8c0581e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/16 09:17
Found the original Config.cpp variable names

90476c3a – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/16 06:25
CMakeLists: Change minimum CMake version from 3.12 to 3.10.2

6e3d90d3 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/15 19:31
Merge pull request #112 from GabrielRavier/accurateFixCrossBuild

181ecc3e – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/15 20:29
CMakeLists: Reverted random comment change from 593315eb

593315eb – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/15 20:11
CMakeLists: Made build work for cross-compile with mingw

624adbda – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/15 15:59
Remove junk widescreen code

210e1f1c – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/08 09:14
Rearrange the readme's 'Background' section

2a0570df – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/07 14:18
Make bugfix consistent with official code

409453a6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/07 10:03
Note some null characters

ae66ede2 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/06 09:51
Merge pull request #105 from GabrielRavier/accuratePortableBugs2SisterPR

b41caad0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/05 14:29
Update function names in devilution-comparer file

fbf9332c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/05 14:25
Fix compiler error with DEBUG_SAVE enabled

f75859b7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 23:35
Change constant ordering

630b5e36 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:40
Prevent console from appearing in Makefile builds

bd280414 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/03 20:43
Cleanup

5d373918 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/03 20:13
Document bullets a little

90714cb7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/03 19:16
Apply some missing BOOL constants

da3d1312 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/02 10:18
Move CMake .gitignore line

d40991e6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/02 10:18
Remove VS2017 build files

10af7b95 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/04/01 10:12
Update readme with deprecation notices and cleanup

ca653856 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/27 13:48
Document ActNpc061 (King)

db1b1d80 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/22 12:19
Disable Windows Travis builds for now

7820926b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/22 11:37
Remove outdated comments

c34a7fc3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/22 11:35
Fix build error

b374a804 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/22 11:29
Add some missing global/static variable names

f6606b77 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/22 11:07
Add some missing function names

ec97ae48 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/17 15:21
Fix typo in readme

6f114d0d – Gabriel Ravier <gabravier@gmail.com> authored on 2020/03/17 11:31
Bullet, Caret, NpcAct1{2,4,8}0, TextScr: Add a note about some overflow bugs

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

36f961d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/03/14 19:01
Fix CMake build with Linux MinGW-w64

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

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

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

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

fd19806e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/02/05 16:05
Travis: Add FIX_BUGS and JAPANESE to matrix

a762f288 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/02/01 07:45
Note some out-of-bounds array accesses

c204ba14 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/02/01 06:49
Update PHILOSOPHY.md

3597addf – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/01/30 12:30
Add PHILOSOPHY.md

30dced25 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/01/26 08:52
Correct the style of some pointer checks

Next