RSS feed
6081ce68
– Marc-Alexandre Espiaut <marc-alexandre.espiaut@etu.u-bordeaux.fr>
authored
on 2018/07/26 17:44
Removing unused files.
516fc276
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/07/25 11:09
mouse is now toggleable (more specifically, if mouse is disabled in game, the mouse will be freed from the game, useful if you're debugging)
78bf67af
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/12 12:09
Merge pull request #11 from LTCHIPS/code_review
cfa21697
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/07/11 07:42
Updating copyright header on all files.
a7ed3040
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/07/11 07:11
Removing all references to empty memcheck.h
5842f05e
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/07/09 17:08
readding itoa and other removed functions to dosutil, since apparently said removed functions didn't exist in stdlib
2a0405f5
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/07/09 12:55
replaced more strcpy lines with strncpy, also added a function that counts how many digits are in an integer
ca91daea
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/07/09 09:50
Merge branch 'master' of github.com:LTCHIPS/rottexpr
493f1763
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/07/09 09:49
Removed itoa, ltoa functions in dosutil, so that the c lib versions are used instead.
6d23f3b1
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/21 07:46
Merge pull request #10 from marespiaut/readme
d60655ae
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/21 12:23
Converting README from text to Markdown
dd0e2c7b
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/13 15:34
Merge branch 'master' of github.com:LTCHIPS/rottexpr
e029357a
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/13 18:48
Merge pull request #8 from marespiaut/master
ea458193
– Marc-Alexandre ESPIAUT <marcalexandre@member.fsf.org>
authored
on 2018/06/13 18:12
Removed leftover VR variable
bb955e91
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/13 15:33
Revert "resolved a dozen 'fall through' warnings"
82c06270
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/13 00:39
resolved a dozen 'fall through' warnings
0c0f16da
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/12 20:16
removed obsolete VR code. No, not Occulus you silly goose.
7a4107f1
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/12 17:06
fixed screen not showing ingame after saving using quicksave for the first time during session
4b1aff50
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/11 21:05
removed a few obsolete functions
3f5b7b53
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/11 19:13
Delete LinkedList.h
c6da73fd
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/11 19:11
Delete LinkedList.c
d26ab94f
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/11 17:05
Merge pull request #7 from marespiaut/old_controllers
6f86f7e1
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/09 16:29
Merge pull request #6 from marespiaut/master
5da9806d
– Marc-Alexandre ESPIAUT <marcalexandre@member.fsf.org>
authored
on 2018/06/09 13:08
Removing a leftover SWIFT file
dfde0077
– Marc-Alexandre ESPIAUT <marcalexandre@member.fsf.org>
authored
on 2018/06/09 13:06
Getting rid of the old Spaceball, Assassin and Cyberman code
21ab3563
– Marc-Alexandre ESPIAUT <marcalexandre@member.fsf.org>
authored
on 2018/06/09 12:04
Deleting binary files from repo. Reorganizing some files. Clarifying licence. Adding .gitignore.
a38afee9
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/07 14:23
added FX_SetPitch call that was previously missing
75a39b80
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/06 21:48
Merge branch 'master' into bugfix
202162a5
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/06 21:38
fixed missing FX_StopSound call in SD_StopSound
7dde64ee
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/06 20:36
music's back! Had to add TRUNC to the open func's args for the MIDI track
16f29587
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/06 17:50
fixed no sound bug, no music though
d7f42630
– LTCHIPS <ltchips994@gmail.com>
authored
on 2018/06/06 14:22
fixed a few errors\segfaults as a result of applying C17 standard
5f494923
– LTCHIPS <ltchips994@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/06/06 09:32
Merge pull request #5 from marespiaut/master
19f20175
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 10:22
Removing dead code
b9f3d1b0
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 10:08
Removing useless _ROTT_ flag from rt_cfg.c
7b887272
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 10:03
Removing useless ANSIESC code
050ad59e
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:58
Removing obsolete WATCOM code from watcom.g
ab1aee48
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:58
Removing obsolete WATCOM code from sbconfig.c
8bb0409a
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:57
Removing obsolete WATCOM code from rt_vh_a.h
3d16494a
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:57
Removing obsolete WATCOM code from rt_util.h
c23d410d
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:56
Removing obsolete WATCOM code from rt_sqrt.h
e31c0c69
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:56
Removing obsolete WATCOM code from rt_sc_a.h
4a492c8d
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:55
Removing obsolete WATCOM code from _rt_map.h
f4b3c9b5
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:55
Removing obsolete WATCOM code from _rt_in.h
074cc498
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:54
Removing obsolete WATCOM code from rt_fc_a.h
b3a1dbf1
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:54
Removing obsolete WATCOM code from rt_dr_a.h
c17c0b4e
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:54
Removing obsolete WATCOM code from rt_def.h
f9a44e0f
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:53
Removing obsolete WATCOM code from rt_actor.h
dd4980ea
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:52
Removing obsolete WATCOM code from rottnet.h
11a1e7c3
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:51
Removing useless VGA* code
436cfb86
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:47
Removing obsolete WATCOM code from modexlib.h
2e4ceb51
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:45
Removing obsolete WATCOM code from fx_man.c
18fc5020
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:45
Removing obsolete WATCOM code from f_scale.h
3b9d4d8f
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:44
Removing obsolete WATCOM code from dukemusc.c
0dce4913
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:41
Removing cryptic and useless WHEREAMI code
afc00194
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:35
Removing obsolete battle development code from develop.h
fdd60ae9
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:34
Removing obsolete battle development code from rt_battl.c
97360a3a
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:32
Removing obsolete development code from develop.h
302e78fa
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:30
Removing obsolete development code from rt_util.c
4a3544dd
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:30
Removing obsolete development code from rt_rand.c
7a21b630
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:29
Removing obsolete development code from rt_playr.c
b3c42b42
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:29
Removing obsolete development code from rt_msg.c
e932f25c
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:28
Removing obsolete development code from rt_map.c
21eb6a68
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:28
Removing obsolete development code from rt_debug.c
a96a1fc3
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:27
Removing obsolete development code from isr.c
5a8cb710
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:27
Removing obsolete development code from rt_scale.c
bcc08f64
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:26
Removing obsolete development code from rt_net.c
67c11dcc
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:25
Removing obsolete development code from rt_draw.c
cc03440a
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 09:24
Removing obsolete development code from rt_actor.c
e602c521
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:34
Removing obsolete SOFTERROR flag from develop.h
cfb27020
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:33
Removing obsolete development code from rt_util.c
b5748fa1
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:33
Removing obsolete development code from rt_util.h
215ca18f
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:31
Removing obsolete DEBUG code from rt_util.c
eaae7157
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:30
Removing obsolete BETA flag from develop.h
73089d39
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:28
Removing obsolete DEVELOPMENT, DEBUG and/or BETA code from rt_main.c
0f44cfa4
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:25
Removing obsolete *TEST and DEVELOPMENT code from develop.h
19e4263f
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:24
Removing obsolete *TEST and DEVELOPMENT code from rt_main.h
2ad6648f
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:23
Removing obsolete *TEST and DEVELOPMENT code from _z_zone.h
2449ed09
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:23
Removing obsolete *TEST and DEVELOPMENT code from z_zone.c
3dd075b4
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:22
Removing obsolete *TEST and DEVELOPMENT code from w_wad.c
2316fa9b
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:21
Removing obsolete *TEST and DEVELOPMENT code from rt_ted.c
c645b7d6
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:17
Removing obsolete *TEST and DEVELOPMENT code from rt_sound.c
56730b27
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:14
Removing obsolete *TEST code from rt_rand.h
02573594
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:14
Removing obsolete *TEST code from rt_rand.c
d47b2559
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:13
Removing obsolete *TEST code from rt_door.c
03e7d480
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:09
Removing obsolete *TEST code from rt_actor.c
c20db29b
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:07
Removing unused but set variables in rt_ted.c
a313277d
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:03
Removing unused but set variables in rt_stat.c
af8d4e04
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:03
Removing unused but set variables in rt_playr.c
f15f51dd
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:02
Removing unused but set variables in rt_net.c
d8292c85
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:01
Removing unused but set variables in rt_menu.c
78610027
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 08:00
Removing unused but set variables in rt_main.c
d5e6522e
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:55
Removing unused but set variables in rt_in.c
94bfab33
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:54
Removing unused but set variables in rt_build.c
e8b964de
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:53
Removing unused but set variables in rt_draw.c
621d4949
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:51
Removing unused but set variables in rt_main.c
6451a618
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:47
Removing unused but set variables in rt_game.c
343461e2
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:44
Removing unused but set variables in rt_door.c
14d01759
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:40
Removing unused but set variables in rt_str.c
1d7c76df
– Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
authored
on 2018/06/05 07:33
Removing unused but set variables in rt_actor.c
Next