# HG changeset patch # User Matti Hamalainen # Date 1432375559 -10800 # Node ID feba3bc729a57bb8d347963c1875621f19b8e2a3 # Parent f3f7e884db2a71d12c73452cc60276959ead236b Moar. diff -r f3f7e884db2a -r feba3bc729a5 Makefile --- a/Makefile Sat May 23 08:47:59 2015 +0300 +++ b/Makefile Sat May 23 13:05:59 2015 +0300 @@ -27,7 +27,7 @@ MINGW_PATH=/usr/x86_64-w64-mingw32 $(DATA): - cd $(BPATH)/data && $(DMLIB)/tools/packed -p $@ -c -v * + cd $(BPATH)/data && $(DMLIB)/tools/packed -p $@ -c -x \*~ -v * package: linux-bin mingw-win32 $(BINPATH)/bussi.dat strip $(BINPATH)/*.bin $(BINPATH)/*.exe diff -r f3f7e884db2a -r feba3bc729a5 data/skrolli.txt --- a/data/skrolli.txt Sat May 23 08:47:59 2015 +0300 +++ b/data/skrolli.txt Sat May 23 13:05:59 2015 +0300 @@ -1,6 +1,4 @@ -... Well, hello there .. ccr on da keys now, sending greetings to all the -people here at Simulaatio! And super mega greetings to following: -byterapers, phn, visy, fgcl, viznut, nrg, bass cadet, ... - - \ No newline at end of file +... Well, hello there .. ccr on da keys now, sending greetings to +pwp, dekadence, byterapers, phn, trilobit/quadtrip, hackers, and +everyone here at Simulaatio! ... diff -r f3f7e884db2a -r feba3bc729a5 demo.c --- a/demo.c Sat May 23 08:47:59 2015 +0300 +++ b/demo.c Sat May 23 13:05:59 2015 +0300 @@ -18,8 +18,8 @@ engine->optPackFilename = "bussi.dat"; engine->optDataPath = NULL; -// engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES; - engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO; + engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES; +// engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO; engine->optAudioSetup = DM_ASETUP_JSS;