8000 Tags · DmitriK/gzdoom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: DmitriK/gzdoom

Tags

g3.0.1

Toggle g3.0.1's commit message
- fixed: FxActionSpecialCall did not resolve float to int casts.

g3.0.0

Toggle g3.0.0's commit message
CMake: Fix building on 32-bit Linux (Core 2 Duo).

g3.0pre

Toggle g3.0pre's commit message
- removed FMod as the last remaining piece of code that is not GPL co…

…mpatible.

Please consider GZDoom as licensed under the GPL starting with this commit, even though the license headers have not been changed yet.

g2.4.0

Toggle g2.4.0's commit message
- fixed: FxAssign used the wrong value type for emitting the store op…

…eration.

It used the expression's value type, but needs to use the variable's, which can be different when the assignment is synthesized from a builtin function.

# Conflicts:
#	src/scripting/backend/vmbuilder.cpp

2.5pre

Toggle 2.5pre's commit message
Merge branch '3.0_work'

# Conflicts:
#	src/gl/scene/gl_portal.cpp
#	src/r_plane.cpp

g2.3.2

Toggle g2.3.2's commit message
This is 2.3.2.

g2.3.1

Toggle g2.3.1's commit message
- this is version 2.3.1

g2.4pre

Toggle g2.4pre's commit message
- fixed: FString::StripRight's space checking counter was broken and …

…would cause deletion of the last valid character in the string.

g2.3.0

Toggle g2.3.0's commit message
- fixed: FString::StripRight's space checking counter was broken and …

…would cause deletion of the last valid character in the string.

ok3

Toggle ok3's commit message
- Fixed heap use after free issue with lights.

0