Christoph Oelckers
|
91a4e0a005
|
- fixed Blood cutscene playback.
Some merge from upstream must have broken the file name correction.
|
2019-12-30 21:36:08 +01:00 |
|
Christoph Oelckers
|
d473f9c590
|
- replaced all uses of Bfree with Xfree so they are subjected to debug instrumentation, uses FStrings in a few cases where it made sense.
- fixed: Sound channels weren't freed.
|
2019-12-26 14:43:44 +01:00 |
|
sirlemonhead
|
4a31447702
|
NBlood: Remove std::string from libsmackerdec to fix cutscene crashing with MinGW builds.
# Conflicts:
# source/libsmackerdec/include/FileStream.h
# source/libsmackerdec/src/FileStream.cpp
|
2019-12-25 09:02:18 +01:00 |
|
Christoph Oelckers
|
0342b96335
|
- cleaned out the remaining wrappers from cache1d.h and use the file system directly instead.
|
2019-12-07 10:49:23 +01:00 |
|
Christoph Oelckers
|
749eda32c5
|
- moved kopenfilereader into the FileSystem class.
|
2019-12-07 10:14:51 +01:00 |
|
Christoph Oelckers
|
9aa275f996
|
- got rid of some editor-only code and the entire buildvfs header
Nearly all file write access now uses the FileWriter class, which is UTF-8-safe on all platforms - unlike stdio.
|
2019-11-08 02:02:54 +01:00 |
|
Christoph Oelckers
|
8730ce552b
|
- make things compile again.
Let's hope it still works...
|
2019-10-24 20:28:46 +02:00 |
|
nukeykt
|
e6f53f7c30
|
Resolve merge issues
# Conflicts:
# GNUmakefile
# platform/Windows/eduke32.sln
# platform/Windows/props/build_common.props
# source/audiolib/include/music.h
# source/blood/src/blood.cpp
# source/blood/src/gui.cpp
# source/blood/src/mapedit.cpp
# source/blood/src/sound.cpp
# source/build/include/vfs.h
# source/build/src/vfs.cpp
|
2019-10-24 19:48:11 +02:00 |
|
Christoph Oelckers
|
5022c58a63
|
- refactored the file access in the rest of the DN3D frontend and in some duplicated code in the Blood frontend.
|
2019-10-20 23:37:07 +02:00 |
|
Christoph Oelckers
|
0254bf82d3
|
- added NBlood source.
|
2019-09-20 00:42:45 +02:00 |
|