Skip to content
Snippets Groups Projects
user avatar
Mukul Sati authored
the following:
1. String concatenation in guiMainMenu.cpp - it is required for all
individual strings to be of the same type <unicode/non-unicode>; adding
explicit L qualifier before the other strings.
2. Correcting type of BlockMakeData to struct in place of class forward
declarations. This information is used for name decoration by Visual
Studio, leading to linker errors in case of mismatches.
3. Windows headers define max as a macro somewhere, leading to a compile
time error in profiler.h; using () around function to prevent macro match
from occurring.
ca7043e5
History
Name Last commit Last update
..
cguittfont
json
jthread
lua
sqlite
util
CMakeLists.txt
activeobject.h
ban.cpp
ban.h
base64.cpp
base64.h
biome.cpp
biome.h
camera.cpp
camera.h
chat.cpp
chat.h
client.cpp
client.h
clientmap.cpp
clientmap.h
clientobject.cpp
clientobject.h
clientserver.cpp
clientserver.h
clientsimpleobject.h
clouds.cpp
clouds.h
cmake_config.h.in
collision.cpp
collision.h
config.h
connection.cpp
connection.h
constants.h
content_abm.cpp
content_abm.h
content_cao.cpp
content_cao.h
content_cso.cpp
content_cso.h
content_mapblock.cpp
content_mapblock.h
content_mapnode.cpp
content_mapnode.h
content_nodemeta.cpp
content_nodemeta.h
content_object.h
content_sao.cpp
content_sao.h
craftdef.cpp
craftdef.h
daynightratio.h
debug.cpp
debug.h
defaultsettings.cpp
defaultsettings.h
dungeongen.cpp
dungeongen.h
emerge.cpp
emerge.h
environment.cpp
environment.h
event.h
event_manager.h
exceptions.h
farmesh.cpp
farmesh.h
filecache.cpp
filecache.h
filesys.cpp
filesys.h
game.cpp
game.h
gamedef.h
genericobject.cpp
genericobject.h
gettext.h
gettime.h
guiChatConsole.cpp
guiChatConsole.h
guiConfigureWorld.cpp
guiConfigureWorld.h
guiConfirmMenu.cpp
guiConfirmMenu.h
guiCreateWorld.cpp
guiCreateWorld.h
guiDeathScreen.cpp
guiDeathScreen.h
guiFormSpecMenu.cpp
guiFormSpecMenu.h
guiKeyChangeMenu.cpp
guiKeyChangeMenu.h
guiMainMenu.cpp
guiMainMenu.h
guiMessageMenu.cpp
guiMessageMenu.h
guiPasswordChange.cpp
guiPasswordChange.h