shithub: choc

RSS feed

b812e9e0 – Turo Lamminen <turol@iki.fi> authored on 2022/09/06 11:01
Run check-extern.sh as part of linter CI flow

521a1c82 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/11/04 08:41
Merge pull request #1543 from turol/extern-doom

9bedee62 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 08:53
doom: Move topslope and bottomslope extern declarations to p_local.h

cb71cbe0 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/11/04 08:31
Merge pull request #1538 from turol/hexen-prototypes

97df2f32 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/11/04 08:22
Merge pull request #1537 from turol/heretic-clang-fix

9429db1a – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/11/04 08:12
Merge pull request #1540 from turol/extern-doom

576f8333 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/11/03 08:01
Merge pull request #1541 from turol/clang-tidy-tweak

7adae294 – Turo Lamminen <turol@iki.fi> authored on 2022/11/03 06:51
clang-format: Set SpaceAfterCStyleCast to true

4372e7fd – Turo Lamminen <turol@iki.fi> authored on 2022/11/01 16:34
hexen: Add missing header guards to p_spec.h

f2c227a8 – Turo Lamminen <turol@iki.fi> authored on 2022/11/01 16:27
hexen: Move remaining action function prototypes to new header

71091562 – Turo Lamminen <turol@iki.fi> authored on 2022/11/01 16:16
hexen: Consolidate redundant prototypes into p_local.h

b482284d – Turo Lamminen <turol@iki.fi> authored on 2022/11/01 16:06
hexen: Replace some prototypes in info.c with including p_local.h

62a0e90f – Turo Lamminen <turol@iki.fi> authored on 2022/11/01 14:57
hexen: Fix action function prototypes to match definitions

b5d26d5b – Turo Lamminen <turol@iki.fi> authored on 2022/09/06 10:51
hexen: Add some forward declarations

ab247455 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 09:39
doom: Move walllights extern declaration to r_segs.h

b8d2bc34 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 09:32
doom: Move numflats extern declaration to r_data.h

dbbadb90 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 09:00
doom: Move bulletslope extern declaration to p_pspr.h

3324d280 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 09:12
doom: Move attackrange extern declaration to p_local.h

6a201b13 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 08:24
doom: Move chat_on extern declaration to hu_stuff.h

53c188b2 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 08:21
doom: Move message_dontfuckwithme extern declaration to hu_stuff.h

9e43c714 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:59
doom: Move player_names extern declaration to hu_stuff.h

bda24e56 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:44
doom: Move hu_font extern declaration to hu_stuff.h

77c096f2 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:49
doom: Move pagename extern declaration to d_main.h

4a0d949a – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:33
doom: Move advancedemo forward declaration to d_main.h

ea7a1db3 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 08:28
doom: Move sendpause extern declaration to g_game.h

c7dc9598 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:30
doom: Move sidemove extern declaration to g_game.h

3c9bfb89 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:26
doom: Move forwardmove extern declaration to g_game.h

adedabdb – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:19
doom: Move R_ExecuteSetViewSize prototype to r_main.h

57f691b7 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:06
doom: Move setsizeneeded extern declaration to r_main.h

422d7fbc – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:16
doom: Move showMessages extern declaration to m_menu.h

0c5d4c81 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 10:57
Whitespace

3c30844a – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 10:56
doom: Move inhelpscreens extern declaration to m_menu.h

8df09191 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/11/03 06:10
Merge pull request #1536 from turol/extern-doom

3f0ef936 – Turo Lamminen <turol@iki.fi> authored on 2022/09/06 10:26
heretic: Improve type correctness for thinker_t think functions

34174041 – Turo Lamminen <turol@iki.fi> authored on 2022/09/06 09:49
heretic: Add forward declaration of struct thinker_s

604ac99c – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 09:19
doom: Replace numlinespecials and linespeciallist extern declarations with definitions

b2f9b551 – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 09:17
doom: Remove unnecessary anims and lastanim extern declarations

3c61049f – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 12:06
doom: Remove redundant extern declarations of automapactive

ac2436b7 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:30
doom: Remove commented out code

8f726f75 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:55
doom: Fix player_names extern declaration to match definition

4ee8e5c2 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:49
doom: Fix pagename extern declaration to match definition

54743751 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:29
doom: Fix sidemove extern declaration to match definition

d3576e7f – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:23
doom: Fix forwardmove extern declaration to match definition

ead40dfc – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 12:06
doom: Include doomstat.h in hu_lib.c

7a8bb7d2 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:43
doom: Include v_patch.h in hu_stuff.h

9be23a37 – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:25
doom: Include m_fixed.h in g_game.h

d0ddebaf – Turo Lamminen <turol@iki.fi> authored on 2022/09/07 11:13
doom: Include m_menu.h in hu_stuff.c

cd99f1b0 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/10/31 12:24
Merge pull request #1534 from turol/extern-heretic

e7c99127 – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 13:47
heretic: Move playerkeys extern declaration to doomdef.h

bcaddd2e – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 13:39
heretic: Move noartiskip extern declaration to doomdef.h

9122d09f – Turo Lamminen <turol@iki.fi> authored on 2022/09/08 12:02
heretic: Move viewactive extern declaration to doomdef.h

e664067d – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/10/31 08:46
Merge pull request #1533 from turol/extern-heretic

dfea3cff – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 14:41
heretic: Move ylookup extern declaration to r_local.h

965fde08 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/10/31 07:02
Merge pull request #1532 from turol/extern-heretic

e07a7389 – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 13:26
heretic: Move detailLevel extern declaration to r_local.h

8192e930 – Turo Lamminen <turol@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/10/31 06:41
Merge pull request #1530 from turol/extern-heretic

9319739f – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 14:48
heretic: Move columnofs extern declaration to r_local.h

19eeebaa – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 14:38
heretic: Move walllights extern declaration to r_local.h

c1b1885e – Turo Lamminen <turol@iki.fi> authored on 2022/09/10 12:58
heretic: Move screenblocks extern declaration to r_local.h