shithub: duke3d

RSS feed

6826682f – Tanguy Fautre <[email protected]> authored on 2022/07/27 08:48
Known issue is a wider problem than previously thought.

23c1ecac – Tanguy Fautre <[email protected]> authored on 2022/07/27 08:35
Upload Windows build artifacts.

8f8b7a00 – Tanguy Fautre <[email protected]> authored on 2022/07/27 08:33
Update Ubuntu image to 22.04.

87057818 – Tanguy Fautre <[email protected]> authored on 2022/07/27 08:23
Update msbuild setup.

6341c149 – Tanguy Fautre <[email protected]> authored on 2022/07/27 08:07
Update vcpkg to 2022.05.10.

1cf7481b – Tanguy Fautre <[email protected]> authored on 2022/07/27 06:31
Fix link error on latest GCC versions

af0e8d3a – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/07/05 08:50
Added known issue on VS2019

841970e1 – Tanguy Fautre <[email protected]> authored on 2020/05/03 11:51
Fix FullScreen not persisting correctly across sessions.

3cdb969c – Tanguy Fautre <[email protected]> authored on 2020/05/03 11:16
Fix ghost pixels in status bar (e.g. ammount count) at certain resolutions.

38d26187 – Tanguy Fautre <[email protected]> authored on 2020/04/22 18:13
Update vcpkg to 2020.04.

146e2773 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/29 10:21
Update README.md

e4b1f02d – Tanguy Fautre <[email protected]> authored on 2020/02/27 17:20
Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D

5b087943 – Tanguy Fautre <[email protected]> authored on 2020/02/27 17:20
Fix incorrect C runtime selection in Visual Studio.

9dae299d – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/27 17:13
Wording.

b1f1c67b – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/27 17:12
Wording.

2c25717e – Tanguy Fautre <[email protected]> authored on 2020/02/27 17:09
Fix build.

c773cb58 – Tanguy Fautre <[email protected]> authored on 2020/02/27 17:07
Fix build.

7b806e34 – Tanguy Fautre <[email protected]> authored on 2020/02/27 17:01
Fix build.

31cefd16 – Tanguy Fautre <[email protected]> authored on 2020/02/27 16:57
Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D

10996a84 – Tanguy Fautre <[email protected]> authored on 2020/02/27 16:57
Remove the rest of unstable/stable_network shim.

2343f140 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/27 06:53
Remove not needed anymore findenet cmake file

0204b1e8 – Tanguy Fautre <[email protected]> authored on 2020/02/26 18:48
Add Fabien Sanglard's original notes as he wrote the Duke Nukem 3D Code Review articles.

5e3fc472 – Tanguy Fautre <[email protected]> authored on 2020/02/26 18:45
Add into documentation the original Duke 3D source code as well as at least two ports this fork is originally based on (extremely valuable to track code history and changes).

b7461310 – Tanguy Fautre <[email protected]> authored on 2020/02/26 18:44
Updated MacOS X MIDI status.

1ea22b10 – Tanguy Fautre <[email protected]> authored on 2020/02/26 17:55
Added documentation from Duke3d_w32 (RancidMeat). This port was the base for xDuke3D. The network code has barely changed since.

7cd40bc8 – Tanguy Fautre <[email protected]> authored on 2020/02/26 15:04
Removed stable_networking.

d8207118 – Tanguy Fautre <[email protected]> authored on 2020/02/25 16:47
Removed obsolete eightytwofifty (8250 UART) option.

1233bc57 – Tanguy Fautre <[email protected]> authored on 2020/02/25 16:34
Clear the renderer before copying the texture (Fix red horizontal bands on MacOS X).

46000c0c – Tanguy Fautre <[email protected]> authored on 2020/02/23 09:54
Falling back to low-res when screen is tilted is part of the original game.

5d0b5307 – Tanguy Fautre <[email protected]> authored on 2020/02/23 09:49
Pressing SHIFT seems to be only to enable running, not to disable it.

9d53fdbe – Tanguy Fautre <[email protected]> authored on 2020/02/23 09:15
Fix minimap sprite rendering: another incorrect index when Fabien converted the code to struct (IMHO, once you know what the old variables names meant, it was easier to read, the structs multi-indexing is too long :-\ )

dda3108e – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/23 08:26
Added MacOS X build support with CI

9398dca2 – Tanguy Fautre <[email protected]> authored on 2020/02/23 08:25
Fix URL.

b528d167 – Tanguy Fautre <[email protected]> authored on 2020/02/23 08:24
Updated README MacOS X build section.

e1c109ba – Tanguy Fautre <[email protected]> authored on 2020/02/23 08:23
Updated README MacOS X build section.

b4a8b969 – Tanguy Fautre <[email protected]> authored on 2020/02/22 21:16
Remove obsolete SDL_VIDEODRIVER hint for MacOs X (let's give SDL2 a chance)

d1828029 – Tanguy Fautre <[email protected]> authored on 2020/02/22 21:01
More MacOS X conditional bs.

17083770 – Tanguy Fautre <[email protected]> authored on 2020/02/22 20:51
Fix conditional compilation around IP_RECVERR, does not seem to be supported on MacOS X

97551ec0 – Tanguy Fautre <[email protected]> authored on 2020/02/22 20:30
Adding missing include for socket API.

6c2e057e – Tanguy Fautre <[email protected]> authored on 2020/02/22 17:51
Fix bad CMake syntax.

24104ea4 – Tanguy Fautre <[email protected]> authored on 2020/02/22 17:44
Share vcpkg CMake path on MacOS X.

4f6f8cf3 – Tanguy Fautre <[email protected]> authored on 2020/02/22 17:37
Fix build shell commands for MacOS X.

11d53e67 – Tanguy Fautre <[email protected]> authored on 2020/02/22 16:41
Use bash, not sh on MacOS X

e637b027 – Tanguy Fautre <[email protected]> authored on 2020/02/22 15:28
Adding tentative MacOS X build files (don't hit me, I don't have a Mac)

89de47b4 – Tanguy Fautre <[email protected]> authored on 2020/02/22 14:12
Split completely x86 and x64 build files.

913facd7 – Tanguy Fautre <[email protected]> authored on 2020/02/22 14:11
Split completely x86 and x64 build files.

ae7d8098 – Tanguy Fautre <[email protected]> authored on 2020/02/22 13:19
Fix screenshots not working.

b844bf5d – Tanguy Fautre <[email protected]> authored on 2020/02/22 11:07
Fix const pointers.

0e3d9e43 – Tanguy Fautre <[email protected]> authored on 2020/02/22 10:39
Fix tons of warnings on MSVC.

c11b0e1b – Tanguy Fautre <[email protected]> authored on 2020/02/22 09:26
Fixing warnings

f97ddbe7 – Tanguy Fautre <[email protected]> authored on 2020/02/22 08:51
Updated MIDI instructions.

76bfa9c2 – Tanguy Fautre <[email protected]> authored on 2020/02/22 08:46
Remove impossible code path and drawing routines.

7d20ba04 – Tanguy Fautre <[email protected]> authored on 2020/02/22 08:31
Initialise numpages = 1

e67a92f2 – Tanguy Fautre <[email protected]> authored on 2020/02/22 07:58
Fix GCC warnings

b0e452c5 – Tanguy Fautre <[email protected]> authored on 2020/02/22 07:39
Merge branch 'master' of https://github.com/GPSnoopy/BelgianChocolateDuke3D

48170b9f – Tanguy Fautre <[email protected]> authored on 2020/02/22 07:39
Fix crash when saving games

9a7e477f – Tanguy Fautre <[email protected]> authored on 2020/02/21 19:39
Removed commented out code.

547732d7 – Tanguy Fautre <[email protected]> authored on 2020/02/21 19:18
Fixed a couple of warnings and made a couple of draw methods easier to understand.

52606683 – Tanguy Fautre <[email protected]> authored on 2020/02/21 18:58
Merge branch 'master' of https://github.com/GPSnoopy/BelgianChocolateDuke3D

58bd5a3b – Tanguy Fautre <[email protected]> authored on 2020/02/21 18:42
Fixed Linux savegames loading. Removed a few compilation warnings.

1435c600 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/21 18:01
Added new known issue.

0df98366 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/21 17:57
Better screenshot size.

c4ae5eac – Tanguy Fautre <[email protected]> authored on 2020/02/21 17:55
Added better build instructions. Added music instructions.

e9859d73 – Tanguy Fautre <[email protected]> authored on 2020/02/21 16:56
Do not use vcpkg on Linux, instead rely on distro packages instead.

556e135c – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/18 15:47
Updated known issues.

a30036e4 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/18 15:46
Added known issue.

9213cca6 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/18 15:45
Fixed compatibility between 32-bit and 64-bit savegames

b3de9147 – Tanguy Fautre <[email protected]> authored on 2020/02/18 15:30
Updated README.

75c1e792 – Tanguy Fautre <[email protected]> authored on 2020/02/18 15:29
Clean things up a bit

15af229b – Tanguy Fautre <[email protected]> authored on 2020/02/18 15:19
64-bit: Fix player_struct not being the same size in 32 and 64-bit.

3542f5b2 – Tanguy Fautre <[email protected]> authored on 2020/02/17 17:31
64-bit: trying to be pointer size independent.

8ddc7139 – Tanguy Fautre <[email protected]> authored on 2020/02/16 16:56
Fix cranes not moving to pick up player (regression from code old cleanup).

88afab22 – Tanguy Fautre <[email protected]> authored on 2020/02/16 14:05
Fix bad framerate on palette change, should only be explicitly presented to the screen when necessary.

46ce50a9 – Tanguy Fautre <[email protected]> authored on 2020/02/16 13:37
Update SDL2 rendering engine to hardware accelerated texture. This is slower than direct surface from window, but the fullscreen quality is much better.

72aa9744 – Tanguy Fautre <[email protected]> authored on 2020/02/16 10:30
Use high-res icon on Windows.

a20cc2d8 – Tanguy Fautre <[email protected]> authored on 2020/02/16 10:23
Remove more legacy no-op functions.

9e687f0c – Tanguy Fautre <[email protected]> authored on 2020/02/16 09:39
Remove more legacy no-op functions.

5621ef41 – Tanguy Fautre <[email protected]> authored on 2020/02/16 09:19
Remove more legacy no-op functions.

a53c7b8d – Tanguy Fautre <[email protected]> authored on 2020/02/16 08:19
Removed PLAT_DOS.

21388731 – Tanguy Fautre <[email protected]> authored on 2020/02/16 07:58
Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D

f335ef75 – Tanguy Fautre <[email protected]> authored on 2020/02/16 07:58
Removed all audiolib source files that are not used anymore.

b5950693 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/15 18:39
Updated known issues.

f3386e9a – Tanguy Fautre <[email protected]> authored on 2020/02/15 18:36
Fix clippoly regression made years ago (fix from rohit-n)

ad806c65 – Tanguy Fautre <[email protected]> authored on 2020/02/15 15:24
Increased resolution limit to 4K

50492913 – Tanguy Fautre <[email protected]> authored on 2020/02/15 15:07
Disable pixelsAllowed limit by default, causes too many pixels not to be drawn in cut scenes, logos, minimaps, etc.

8d351b30 – Tanguy Fautre <[email protected]> authored on 2020/02/15 14:41
Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D

7452a103 – Tanguy Fautre <[email protected]> authored on 2020/02/15 14:41
Fix Linux compilation.

8ca154ac – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/15 14:39
Updated known issues.

db01eff6 – Tanguy Fautre <[email protected]> authored on 2020/02/15 14:35
64-bit: Fix writing and reading 64-bit savegames (still incompatible with 32-bits savegames though)

f5d27824 – Tanguy Fautre <[email protected]> authored on 2020/02/15 13:38
Fix strict aliasing float to int pointer cast

b09f05c9 – Tanguy Fautre <[email protected]> authored on 2020/02/15 11:18
typowq

1ae3ca89 – Tanguy Fautre <[email protected]> authored on 2020/02/15 11:10
More Linux MIDI chasing, updated README

9bb4db58 – Tanguy Fautre <[email protected]> authored on 2020/02/15 10:23
Chasing MIDI not playing by default on Ubuntu via SDL2-mixer/vcpkg

38b0a0e8 – Tanguy Fautre <[email protected]> authored on 2020/02/15 08:57
Fix problems related to running on Linux

4a5499b5 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/14 20:42
Rewording intro.

dc6452e6 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/14 20:41
Rewording of intro.

c7455bd4 – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/14 20:35
Updated requirements.

8d95424b – Tanguy Fautre <[email protected]> authored on 2020/02/14 20:09
Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D

1d725cd2 – Tanguy Fautre <[email protected]> authored on 2020/02/14 20:08
Removed old build systems files.

8696b0eb – Tanguy Fautre <[email protected]> authored and GitHub <[email protected]> committed on 2020/02/14 20:02
Fixed typo.

Next