Commit graph

460 commits

Author SHA1 Message Date
Yamagi
71d4b88ddf Update the CHANGELOG. 2025-04-02 11:21:53 +02:00
Yamagi
3ab00e4b92 Fix (potential) problematic use cases of qboolean.
xatrix had only one potential problematic use case, putting an int into
qboolean. It would have worked if qboolean is a bool, but better do it
right. No functional change intended.
2025-03-15 17:48:41 +01:00
Yamagi
7997219c85
Merge pull request #128 from BjossiAlfreds/door-use-fix
Fixed doors being unusable with NULL activator
2025-03-01 16:48:52 +01:00
Yamagi
358b497d16 Fix build with C23 by reusing the predefined bool type. 2025-03-01 12:46:03 +01:00
Yamagi
6cb21cfe13 Follow yquake2 and don't force a C standard in Makefile and CMakeLists.
This reverts 8932008.
2025-03-01 12:44:59 +01:00
BjossiAlfreds
e84a19865d Fixed doors being unusable with NULL activator 2025-02-24 15:54:16 +00:00
Yamagi
89320081fb Force C standard to gnu99 in cmake builds.
The Makefiles forces gnu99 since ages. Additionally gcc15 started to
default to C23 and our code doesn't (yet) build with it.
2025-02-22 11:43:34 +01:00
Yamagi
abca9f7e82 Add a Win64 workflow file. 2025-02-09 11:31:16 +01:00
Yamagi
5fc769f8cf Add a Linux/aarch64 workflow file. 2025-02-09 11:29:38 +01:00
Yamagi
fca183f43a Rename the Linux/x86_64 workflow file.
This is a preparation of an upcoming Linux/aarch64 build. While here
switch back to Ubuntu 22.04 as builder, we should use the same Ubuntu
version everywhere.
2025-02-09 11:29:33 +01:00
Yamagi
bc833a17e8 Update CI to use 4 CPUs on Linux and Windows. 2025-02-09 10:57:23 +01:00
Yamagi
830ad45774
Merge pull request #127 from protocultor/wpn_preview
Weapon preview for cycleweap
2024-12-21 09:52:40 +01:00
Jaime Moreira
61f1fdbbfd Weapon preview for cycleweap
'Pickup style' just like weapprev/weapnext, only works when cycleweap
is called with 3 or more parameters.
2024-12-04 19:07:39 -03:00
Yamagi
7cf6cad6ac Mark g_swap_speed as CVAR_ARCHIVE. 2024-09-21 09:52:43 +02:00
Yamagi
45a7d82156
Merge pull request #126 from BjossiAlfreds/spawntemp-leak-fix
Fixed spawntemp data leaking into mid-level spawned entities
2024-08-21 21:01:39 +02:00
BjossiAlfreds
982d100bb0 Fixed spawntemp data leaking into mid-level spawned entities 2024-08-12 16:31:51 +00:00
Yamagi
f9dd3be7e7 There's no need to run brew upgrade. 2024-08-12 18:22:28 +02:00
Yamagi
3fd777fb2e Add CI workflows for Linux, MacOS and Windows.
This is equivalent to the CI workflows added to the yquake2 main
repository. The workflows are triggered on commit, for new pull
requests and when the pull request branch is updated. The CI is
mostly for providing users with up to date test builds.
2024-08-12 17:50:33 +02:00
Yamagi
2e2cb4fc1f Modernize the README.
Convert to markdown and follow the same style as the yquake2 main
repository. Use it's resources were appropriate.
2024-08-12 17:47:45 +02:00
Yamagi
19014a3c85 Add g_monsterfootsteps to the CHANGELOG. 2024-07-22 17:59:55 +02:00
Yamagi
e2fcef5efc
Merge pull request #125 from 0lvin/master
Add Monster footsteps support #110
2024-07-22 17:59:09 +02:00
Denis Pauk
8a05565cfc Add Monster footsteps support #110 2024-07-21 13:31:42 +03:00
Yamagi
b26f8e590b Update CHANGELOG for 'Work around naggy help icons'. 2024-07-20 09:16:34 +02:00
Yamagi
b886ea5bac
Merge pull request #124 from BjossiAlfreds/helpmsg-always
Workarounds for naggy help icons
2024-07-20 09:14:27 +02:00
BjossiAlfreds
3c92e9a30f Workarounds for naggy help icons 2024-07-15 22:26:42 +00:00
Yamagi
145ed6ea89 Switch g_quick_weap to 1 by default.
It's a nice to have convenience feature that most players will never
notice. Die hard traditionalists can switch it off.
2024-07-15 21:46:53 +02:00
Yamagi
acad845a6f Fix description of g_quick_weap. 2024-07-15 21:44:45 +02:00
Yamagi
bea9dc85ff Update CHANGELOG for 2.12. 2024-07-13 16:27:20 +02:00
Yamagi
8baa9d35b0
Merge pull request #123 from protocultor/quick_weap
Faster "weapprev" and "weapnext" behavior
2023-12-17 11:56:27 +01:00
Jaime Moreira
95a40eef13 Preview of the coming weapon for weapprev/weapnext
The weapon you are changing to appears in the HUD, in "pickup" format.
Requires g_quick_weap == 1.
2023-12-16 17:53:25 -03:00
Jaime Moreira
15ac078a88 Faster "weapprev" and "weapnext" behavior
Allows to skip the "previous" or "next" weapon, by constantly tapping
the bound key (or scrolling the mouse wheel).
2023-12-07 23:45:46 -03:00
Yamagi
c3968e2534 s/Jaime Moreira/protocultor/g 2023-11-08 18:51:07 +01:00
Yamagi
b3654f4d27 Update CHANGELOG for rogue 2.11. 2023-11-04 14:27:24 +01:00
Yamagi
a9c73a4ebb Fix stuck monster in rmine1.bsp at 968 544 720.
Move it a little bit around so it's no longer stuck in the world model.
2023-11-04 14:27:24 +01:00
Yamagi
bd0019db85 Fix original bug, picking up the ammo pack reduces max fletchettes.
Flachettes have a base maximum of 200. Picking up the bandolier
increases it to 250. Picking up the ammo pack afterwards reset the
maximum to 200. Fix this by setting the maximum after picking up
the ammo pack to 300.
2023-11-04 14:27:24 +01:00
Yamagi
f0a8e88abc Port aimfix support for the super shotgun from yquake2. 2023-11-04 14:27:24 +01:00
Yamagi
db15317c90 Relicense rogue aka Ground Zero to GPL2.
This was made possible by id Software rereleasing the unaltered addon
sources codes under GPL2:

  https://github.com/id-Software/quake2-rerelease-dll/

All past contributors but one agreed with the relicensing:

* Adam Leskis - @lpmi-13
* Andrey Nazarov - @skullernet
* Angus Freudenberg - @afreuden
* @BjossiAlfreds
* @DanielGibson
* David Carlier - @devnexen
* Denis Pauk - @0lvin
* @De-Seppe
* Jaime Moreira - @protocultor
* Joshua Scoggins - @DrItanium
* Mitchell Richters - @mjr4077au
* @NeonKnightOA
* Scott - @Pickle
* @svdijk
* Yamagi

@Dremor8484 didn't give their permission, their commits were reverted:

* c083b7c
* 6de4a9c
* e2ac13d
* 5d767c6

Many thanks to all involved with this project!
2023-11-04 14:27:06 +01:00
Yamagi
3cb024b7b0 Revert "Add rmine1.ent, fixes a stuck monster."
This reverts commit c083b7c66c.

The author didn't give us permission to relicense the code to GPL2.
2023-11-04 11:05:47 +01:00
Yamagi
dfafc40af9 Revert "Update g_items.c"
This reverts commit 5d767c6b30.

The author didn't give us permission to relicense the code to GPL2.
2023-11-04 11:05:28 +01:00
Yamagi
56b0e0cdc2 Revert "Update weapon.c"
This reverts commit e2ac13dae4.

The author didn't give us permission to relicense the code to GPL2.
2023-11-04 11:05:15 +01:00
Yamagi
dd31f0377a Revert "Update weapon.c"
This reverts commit 6de4a9ce77.

The author didn't give us permission to relicense the code to GPL2.
2023-11-04 11:04:53 +01:00
Yamagi
c299a53a45
Merge pull request #121 from protocultor/limits
Added missing include, fixing compilation in Linux and MacOS
2023-09-15 20:20:59 +02:00
Jaime Moreira
8ea7bcd495 Added missing include for USHRT_MAX 2023-09-15 11:58:16 -03:00
Yamagi
1c52428172
Merge pull request #118 from protocultor/g_swap_speed_fix
Fix for g_swap_speed behaviour with extreme values
2023-09-14 21:26:57 +02:00
Yamagi
ae187b3c63
Merge pull request #115 from BjossiAlfreds/rhangar2-helpfix
Fixed nagging help message in rhangar2
2023-09-14 21:26:35 +02:00
Yamagi
10927dddaf
Merge pull request #120 from BjossiAlfreds/rbase1-fixes
Fix Entity used itself in rbase1 and other minor fixes
2023-09-14 21:20:17 +02:00
Yamagi
772e396fb5
Merge pull request #117 from BjossiAlfreds/turret-fixes
Fix minor AI glitches with turrets
2023-09-14 21:19:43 +02:00
Yamagi
8e6edc5ac6
Merge pull request #114 from BjossiAlfreds/rsewer1-fixes
Some fixes for rsewer1
2023-09-14 21:17:38 +02:00
BjossiAlfreds
cb66a3cc14 Fix Entity used itself in rbase1 and other minor fixes 2023-09-04 20:22:06 +00:00
Jaime Moreira
2469740598 Typos 2023-08-26 23:18:53 -04:00