shithub: rott

RSS feed

d7f038fe – Jacob Moody <moody@posixcafe.org> authored on 2023/02/24 21:48
compile for arm64

69f062a7 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/12 15:35
renable mouse grab

d181d80c – Jacob Moody <moody@posixcafe.org> authored on 2023/02/12 15:31
restore stretch screen behavior

3e27f1b2 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/12 02:42
use native audio and various audio issues

a3828d45 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/11 13:35
disable alternate actors?

948a1fe2 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/11 13:33
dropped files from last two commits

aeaca750 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/11 13:32
make this audiolib work instead of hacking in the duke one

61a23546 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/11 13:31
hack around screen rotate that we dont support

08f98ec4 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/11 13:31
struct packing

14257941 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/10 21:15
nl

4dc1d6d8 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/10 21:15
disble mouse for now, too crashy

0dee1e9b – Jacob Moody <moody@posixcafe.org> authored on 2023/02/10 21:14
copy render logic from duke3d

78242692 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/10 21:14
open fixes

18294dc5 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/10 21:00
bizare getwd use

ee35eec9 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/09 23:26
compiles

15a890dd – Jacob Moody <moody@posixcafe.org> authored on 2023/02/07 01:26
no CR plz

407e3d8b – LTCHIPS <stevenlevesque3@gmail.com> authored on 2021/01/04 05:51
Merge branch 'emileb-master' into master

dd230599 – LTCHIPS <stevenlevesque3@gmail.com> authored on 2021/01/04 05:23
Merge branch 'master' of https://github.com/emileb/rottexpr into emileb-master

49bba1ec – LTCHIPS <stevenlevesque3@gmail.com> authored on 2021/01/04 05:20
Merge branch 'clobber-patch-1' into master

9dcd62d9 – Emile Belanger <emile.belanger@gmail.com> authored on 2020/12/28 12:28
Rationalise resolution selection in the menu:

62585d82 – Emile Belanger <emile.belanger@gmail.com> authored on 2020/12/27 11:50
Save/read hudRescaleFactor HUD Scale option to config

f0d0ea32 – clobber <brymaster@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/11/01 06:05
clang build fix. closes #36

abb64122 – LTCHIPS <stevenlevesque3@gmail.com> authored on 2020/09/23 10:56
Merge branch 'bugfix' into master

30cb9def – LTCHIPS <stevenlevesque3@gmail.com> authored on 2020/09/17 15:03
fixed non NUL terminated strings crashing the game when using map

06504ff5 – = <stevenlevesque3@gmail.com> authored on 2020/09/15 11:09
fixed mouse in windowed mode not being able to move more than a couple of degrees

6701f55b – = <ltchips994@gmail.com> authored on 2020/08/20 10:24
increased max mouse sensitivity to 480

f658b7a1 – LTCHIPS <ltchips994@gmail.com> authored on 2020/07/27 11:47
Changed sensitivity_scalar to int from int[], increased max mouse sensitivity

d73ad907 – Steven LeVesque <stevenlevesque3@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/07/17 08:56
Merge pull request #18 from emileb/fix_warnings

de65ab82 – Emile Belanger <emile.belanger@gmail.com> authored on 2020/01/05 16:27
Fix various warnings and bugs (?)

2b7c975f – LTCHIPS <ltchips994@gmail.com> authored on 2019/01/11 17:49
fix for weird launch arguments bug attempt 2

6d269c9c – LTCHIPS <ltchips994@gmail.com> authored on 2019/01/11 14:21
changed location of IN_Startup() back to where it was

368a0c27 – LTCHIPS <ltchips994@gmail.com> authored on 2019/01/11 14:13
Revert "Revert "fixed argument bug where mouse info was being injected into argument strings""

caad5efb – LTCHIPS <ltchips994@gmail.com> authored on 2019/01/11 14:10
Revert "fixed argument bug where mouse info was being injected into argument strings"

cf41d727 – LTCHIPS <ltchips> authored on 2019/01/10 10:25
fixed argument bug where mouse info was being injected into argument strings

d6e6dfb3 – tide pods <ltchips> authored on 2019/01/07 10:58
fixed text formatting so that its actually readable

0ac7a44b – tide pods <ltchips> authored on 2019/01/07 10:50
added documentation for launch arguments

49a6b1e7 – tide pods <ltchips> authored on 2018/12/20 08:43
Revert "implemented more functions"

f9891e3b – tide pods <ltchips> authored on 2018/12/20 08:40
implemented more functions

630957d0 – LTCHIPS <ltchips994@gmail.com> authored on 2018/11/05 11:48
Merge branch 'newQueue'

4be0dbd6 – LTCHIPS <ltchips994@gmail.com> authored on 2018/10/29 16:22
rewrote queue functions, fixed zomrott error that was caused by a null actor state after loading a save

c0dba8a8 – LTCHIPS <ltchips994@gmail.com> authored and GitHub <noreply@github.com> committed on 2018/07/26 17:46
Merge pull request #13 from LTCHIPS/unused_files_cleanup

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

Next