scene.org File Archive

File download

<root>­/­parties­/­2017­/­pmt20y­/­demo/jumalauta_juha001.zip

File size:
18 726 060 bytes (17.86M)
File date:
2017-02-05 05:45:01
Download count:
all-time: 274

Screenshot (by pouët.net)

Screenshot

Preview

  • jumalauta_juha001/ dir
  • jumalauta_juha001/data/ dir
  • jumalauta_juha001/data/berner.png 57.75K
  • jumalauta_juha001/data/chempolis.png 3.20K
  • jumalauta_juha001/data/empty.png 2.74K
  • jumalauta_juha001/data/end.png 2.42K
  • jumalauta_juha001/data/hitler.png 686.63K
  • jumalauta_juha001/data/js/ dir
  • jumalauta_juha001/data/js/Demo - Copy.js 14.40K
  • jumalauta_juha001/data/js/Demo.js 18.43K
  • jumalauta_juha001/data/js/engine.js 44.02K
  • jumalauta_juha001/data/js/script.js 224B
  • jumalauta_juha001/data/juha.png 2.04K
  • jumalauta_juha001/data/juhasipila.png 217.54K
  • jumalauta_juha001/data/JUHAwip.ogg 2.19M
  • jumalauta_juha001/data/jumalauta.png 4.35K
  • jumalauta_juha001/data/jumalauta_presents.png 7.75K
  • jumalauta_juha001/data/kekkonen.png 614.85K
  • jumalauta_juha001/data/keskustalogo2.png 58.05K
  • jumalauta_juha001/data/keskustatekstuuri.png 48.93K
  • jumalauta_juha001/data/kewlers.png 1.51K
  • jumalauta_juha001/data/kiky.png 3.35K
  • jumalauta_juha001/data/koulutuslupaus.png 3.49K
  • jumalauta_juha001/data/kuntoon.png 5.08K
  • jumalauta_juha001/data/mannerheim.png 3.99M
  • jumalauta_juha001/data/noise.png 82.57K
  • jumalauta_juha001/data/presents.png 4.90K
  • jumalauta_juha001/data/shader/ dir
  • jumalauta_juha001/data/shader/blood.fs 397B
  • jumalauta_juha001/data/shader/brightnesscontrast.fs 390B
  • jumalauta_juha001/data/shader/desaturate.fs 400B
  • jumalauta_juha001/data/shader/distortion.fs 2.75K
  • jumalauta_juha001/data/shader/edgeglow.fs 1.18K
  • jumalauta_juha001/data/shader/fire.fs 2.58K
  • jumalauta_juha001/data/shader/glow.fs 722B
  • jumalauta_juha001/data/shader/hackglow.fs 2.55K
  • jumalauta_juha001/data/shader/mirrorscroll.fs 531B
  • jumalauta_juha001/data/shader/mirrorscroll.txt 390B
  • jumalauta_juha001/data/shader/noise.fs 446B
  • jumalauta_juha001/data/shader/territory.fs 1.76K
  • jumalauta_juha001/data/shader/tile.fs 260B
  • jumalauta_juha001/data/shader/tile.txt 141B
  • jumalauta_juha001/data/shader/tunnel.fs 667B
  • jumalauta_juha001/data/shader/tunnel2.fs 799B
  • jumalauta_juha001/data/sipi.png 61.35K
  • jumalauta_juha001/data/spikeball.mtl 231B
  • jumalauta_juha001/data/spikeball.obj 2.81K
  • jumalauta_juha001/data/spiral.png 48.01K
  • jumalauta_juha001/data/suomi.png 2.39K
  • jumalauta_juha001/data/suomikuntoon.png 127.05K
  • jumalauta_juha001/data/suomikuntoon2.ogv 7.36M
  • jumalauta_juha001/data/swastika.png 6.87K
  • jumalauta_juha001/data/terrafame.png 4.11K
  • jumalauta_juha001/data/triplatorus.mtl 162B
  • jumalauta_juha001/data/triplatorus.obj 210.91K
  • jumalauta_juha001/data/vakuutuskuori.png 6.04K
  • jumalauta_juha001/data/vignette.png 42.48K
  • jumalauta_juha001/data/white.png 4.33K
  • jumalauta_juha001/data/yle.png 1.71K
  • jumalauta_juha001/libgcc_s_dw2-1.dll 105.00K
  • jumalauta_juha001/libogg-0.dll 66.02K
  • jumalauta_juha001/libpng13.dll 56.00K
  • jumalauta_juha001/libtheora-0.dll 363.79K
  • jumalauta_juha001/libvorbis-0.dll 199.21K
  • jumalauta_juha001/penis2.exe 853.51K
  • jumalauta_juha001/screenshot.png 1.20M
  • jumalauta_juha001/SDL.dll 296.50K
  • jumalauta_juha001/SDL_mixer.dll 134.50K
  • jumalauta_juha001/stdout.txt 33.33K
  • jumalauta_juha001/zlib1.dll 33.00K

file_id.diz

uniform sampler2D texture;
uniform float time = 1.0;
void main()
{
	float t = time;
    
	vec2 uv = gl_TexCoord[0].xy;
    
    uv.x += step(uv.x, 0.5) * (0.5-uv.x) * 2.0;
    uv.y += step(uv.y, 0.5) * (0.5-uv.y) * 2.0;
    
    uv.x -= cos(t/20.0) * 0.5; //step(sin(t),0.2);
    uv.y -= sin(t/5.0) * 1.5; //step(sin(t),0.2);
    
	gl_FragColor = texture2D(texture, uv);   
}uniform sampler2D texture;


void main() 
{
   	vec2 coord = gl_TexCoord[0].xy;
   



	gl_FragColor = texture2D(texture,coord);
}[0:00.000] 2198 system/io/io.c:setStartPath():36:
Start path: ''
[0:00.000] 2198 system/datatypes/memory.c:memoryInit():114:
Initializing memory
[0:00.000] 2198 system/javascript/javascript.c:jsInit():226:
Initializing scripting.
[0:00.000] 2198 system/main.c:handleCommandLineArguments():89:
User requested resolution: 1280x720
[0:00.000] 2198 system/main.c:SDL_main():334:
Demo engine version 0.5.0 (Build Oct 29 2016 14:00:12)
[0:00.000] 2198 system/ui/window/window.c:windowInit():49:
Window dimensions: 1280x720
[0:00.000] 2198 system/ui/window/window.c:windowInit():50:
Screen dimensions: 1280x720
[0:00.000] 2198 system/ui/window/window.c:windowInit():51:
Screen aspect: 1.78
[0:00.000] 2198 system/ui/window/window.c:windowInit():52:
Screen area: x:0, y:0, w:1280, h:720
[0:00.000] 2198 system/thread/thread.c:threadInit():412:
No multithreading in use.
[0:00.000] 2198 system/main.c:systemInit():201:
Extension and remaining initializations started.
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():90:
Initializing OpenGL extensions
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():91:
OpenGL: 4.5.0 NVIDIA 369.09
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():92:
GLSL: 4.50 NVIDIA
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():105:
Max Texture Units: 4
Max Texture Size: 16384
Max Point Size: 2047.00
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():141:
Checking for required OpenGL extensions
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():183:
loading shaders...
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():218:
loading VBOs...
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():237:
loading FBOs...
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():258:
Max Color Attachments: 8
[0:00.000] 2198 system/extensions/gl/gl.c:openGlExtensionsInit():260:
Max Draw Buffers: 8
[0:00.000] 2198 system/rocket/synceditor.c:syncEditorInit():170:
WARNING: Could not connect to GNU Rocket. server:'localhost:1338'
[0:00.000] 2198 system/graphics/object/lighting.c:lightingInit():217:
Initializing lighting
[0:00.000] 2198 system/player/player.c:initEffect():116:
Initializing effect 'GLOBALS'
[0:00.000] 2198 system/io/io.c:getFilePath():107:
WARNING: Couldn't find file 'data/font.png'!
[0:00.000] 2198 system/io/io.c:getFilePath():107:
WARNING: Couldn't find file 'data/font.ttf'!
[0:00.000] 2198 system/graphics/font/font.c:fontInit():673:
Initializing default 9x13 font
[0:00.000] 2198 system/player/player.c:initEffect():116:
Initializing effect 'Demo'
[0:00.000] 2198 system/graphics/fbo.c:fboGenerateFramebuffer():107:
Initializing FBO 'fbodist' (1280x720)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/jumalauta.png' (869x86)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/presents.png' (682x78)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/juha.png' (805x110)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/white.png': 1280x720 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/white.png' (1280x720)
[0:00.000] 2198 system/graphics/video/video.c:loadVideoTheoraFrame():171:
Start decode again 'data/suomikuntoon2.ogv'
[0:00.000] 2198 system/graphics/video/video.c:loadVideoTheora():338:
Loaded video 'data/suomikuntoon2.ogv'! dimensions:640x360, fps:25.00, audio:false, video:true
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():517:
Video loaded! 'data/suomikuntoon2.ogv'
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():517:
Video loaded! 'data/suomikuntoon2.ogv'
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/kekkonen.png': 1024x1316 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/kekkonen.png' (1024x1316)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/mannerheim.png': 1024x1430 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/mannerheim.png' (1024x1430)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/hitler.png': 1024x1618 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/hitler.png' (1024x1618)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: gray to RGB, New details: 'data/juhasipila.png': 500x883 8bit RGB_ALPHA NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/juhasipila.png' (500x883)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/noise.fs'. filename:'data/shader/noise.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/noise.fs' (2) to program 'data/shader/noise.fs' (1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/noise.fs' (1) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/noise.fs' (2) from program 'data/shader/noise.fs' (1)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/empty.png': 1280x720 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/empty.png' (1280x720)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/tunnel2.fs'. filename:'data/shader/tunnel2.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/tunnel2.fs' (4) to program 'data/shader/tunnel2.fs' (3)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/tunnel2.fs' (3) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/tunnel2.fs' (4) from program 'data/shader/tunnel2.fs' (3)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/keskustalogo2.png' (512x512)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/sipi.png' (165x216)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/keskustatekstuuri.png': 512x512 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/keskustatekstuuri.png' (512x512)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/mirrorscroll.fs'. filename:'data/shader/mirrorscroll.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/mirrorscroll.fs' (6) to program 'data/shader/mirrorscroll.fs' (5)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/mirrorscroll.fs' (5) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/mirrorscroll.fs' (6) from program 'data/shader/mirrorscroll.fs' (5)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/suomikuntoon.png': 386x386 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/suomikuntoon.png' (386x386)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():517:
Video loaded! 'data/suomikuntoon2.ogv'
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/berner.png' (165x178)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/chempolis.png' (734x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/yle.png' (235x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/koulutuslupaus.png' (1152x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/terrafame.png' (752x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/vakuutuskuori.png' (1079x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/kiky.png' (318x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/suomi.png' (405x75)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/kuntoon.png' (583x75)
[0:00.000] 2198 system/graphics/object/object3d.c:loadObjectObj():239:
Loading object 'data/triplatorus.obj'
[0:00.000] 2198 system/graphics/object/obj/mtl.c:obj_material_file_load():274:
Loaded material library 'data/triplatorus.mtl'
[0:00.000] 2198 system/graphics/object/obj/obj.c:obj_file_load():444:
Loaded object 'data/triplatorus.obj'. Faces:1728 (vertices:1728, normals:840, texture_coordinates:2814)
[0:00.000] 2198 system/graphics/object/object3d.c:loadObjectObj():239:
Loading object 'data/spikeball.obj'
[0:00.000] 2198 system/graphics/object/obj/mtl.c:obj_material_file_load():274:
Loaded material library 'data/spikeball.mtl'
[0:00.000] 2198 system/graphics/object/obj/obj.c:obj_file_load():444:
Loaded object 'data/spikeball.obj'. Faces:30 (vertices:32, normals:25, texture_coordinates:4)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/tile.fs'. filename:'data/shader/tile.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/tile.fs' (8) to program 'data/shader/tile.fs' (7)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/tile.fs' (7) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/tile.fs' (8) from program 'data/shader/tile.fs' (7)
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/vignette.png' (1280x720)
[0:00.000] 2198 system/graphics/image/image.c:debugPrintPngInfo():91:
PNG expanded: filler to alpha, New details: 'data/end.png': 281x113 8bit RGB NONE COMPRESSION FILTER
[0:00.000] 2198 system/graphics/image/image.c:imageProcessImageData():503:
Loaded image 'data/end.png' (281x113)
[0:00.000] 2198 system/graphics/fbo.c:fboGenerateFramebuffer():107:
Initializing FBO 'fbobc' (1280x720)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/distortion.fs'. filename:'data/shader/distortion.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/distortion.fs' (10) to program 'data/shader/distortion.fs' (9)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/distortion.fs' (9) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/distortion.fs' (10) from program 'data/shader/distortion.fs' (9)
[0:00.000] 2198 system/graphics/fbo.c:fboGenerateFramebuffer():107:
Initializing FBO 'fbohg' (1280x720)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/brightnesscontrast.fs'. filename:'data/shader/brightnesscontrast.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/brightnesscontrast.fs' (12) to program 'data/shader/brightnesscontrast.fs' (11)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/brightnesscontrast.fs' (11) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/brightnesscontrast.fs' (12) from program 'data/shader/brightnesscontrast.fs' (11)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderLoad():389:
Loading shader 'data/shader/hackglow.fs'. filename:'data/shader/hackglow.fs'
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramAttachShader():111:
Attaching shader 'data/shader/hackglow.fs' (14) to program 'data/shader/hackglow.fs' (13)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramLink():226:
Linking 'data/shader/hackglow.fs' (13) (attached shaders:1)
[0:00.000] 2198 system/graphics/shader/shader.c:shaderProgramDetachShader():152:
Detaching shader 'data/shader/hackglow.fs' (14) from program 'data/shader/hackglow.fs' (13)
[0:00.000] 2198 system/timer/timer.c:timerCounterEnd():334:
'playerInit' duration: 0.866 seconds
[0:00.000] 2198 system/audio/sound.c:soundInit():331:
Audio initialized successfully! rate:44100, format:32784, channels:2, buffer:4096
[0:00.000] 2198 system/audio/sound.c:soundAddSongToPlaylist():526:
00: filename:'data/JUHAwip.ogg', title:'', length:'0'
[0:00.000] 2198 system/audio/sound.c:soundPlaySong():829:
Playing: 00: filename:'data/JUHAwip.ogg', title:'', length:'0'
[0:00.000] 2198 system/main.c:systemRun():268:
Demo started.
[1:32.981] 2198 system/graphics/video/video.c:loadVideoTheoraFrame():207:
WARNING: Tried to decode video over 1001 ms. Slowness... video:data/suomikuntoon2.ogv
[1:32.980] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:32.980] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:33.986] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:33.986] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:35.893] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:35.893] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:37.707] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:37.707] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:37.768] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:37.768] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:38.485] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:38.485] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:38.634] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:38.634] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:38.755] 2198 system/timer/timer.c:timerPause():210:
Demo paused.
[1:38.755] 2198 system/timer/timer.c:timerPause():219:
Demo unpaused.
[1:43.705] 2198 system/graphics/video/video.c:loadVideoTheoraFrame():171:
Start decode again 'data/suomikuntoon2.ogv'
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
1
2
3
4
5
6
7
8
9
10
11
0
[1:50.504] 2198 system/ui/input/inputSdl.c:isUserExit():75:
User requested exit.
[1:50.504] 2198 system/main.c:systemRun():279:
Demo ended, deinitialization started.
[1:50.504] 2198 system/player/player.c:deinitEffect():155:
Deinitializing effect 'GLOBALS'
[1:50.504] 2198 system/player/player.c:deinitEffect():155:
Deinitializing effect 'Demo'
[1:50.504] 2198 system/timer/timer.c:timerCounterEnd():334:
'playerDeinit' duration: 0.002 seconds
[1:50.504] 2198 system/datatypes/memory.c:memoryDeinit():101:
Deinitializing memory
[1:50.504] 2198 system/graphics/fbo.c:fboDeinit():237:
Deinitializing FBO 'fbodist'
[1:50.504] 2198 system/graphics/fbo.c:fboDeinit():237:
Deinitializing FBO 'fbobc'
[1:50.504] 2198 system/graphics/fbo.c:fboDeinit():237:
Deinitializing FBO 'fbohg'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ' ''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '!''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '"''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '#''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '$''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '%''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '&''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ''''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '(''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ')''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '*''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '+''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ',''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '-''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '.''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '/''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '0''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '1''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '2''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '3''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '4''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '5''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '6''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '7''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '8''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '9''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ':''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ';''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '<''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '=''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '>''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '?''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '@''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'A''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'B''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'C''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'D''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'E''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'F''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'G''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'H''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'I''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'J''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'K''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'L''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'M''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'N''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'O''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'P''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'Q''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'R''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'S''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'T''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'U''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'V''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'W''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'X''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'Y''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'Z''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '[''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '\''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character ']''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '^''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '_''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '`''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'a''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'b''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'c''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'd''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'e''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'f''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'g''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'h''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'i''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'j''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'k''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'l''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'm''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'n''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'o''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'p''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'q''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'r''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 's''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 't''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'u''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'v''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'w''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'x''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'y''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character 'z''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '{''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '|''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '}''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'Font character '~''
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'fbodist.color.fbo'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/jumalauta.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/presents.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/juha.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/white.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/suomikuntoon2.ogv.frame'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/kekkonen.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/mannerheim.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/hitler.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/juhasipila.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/empty.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/keskustalogo2.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/sipi.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/keskustatekstuuri.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/suomikuntoon.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/berner.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/chempolis.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/yle.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/koulutuslupaus.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/terrafame.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/vakuutuskuori.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/kiky.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/suomi.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/kuntoon.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/vignette.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'data/end.png'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'fbobc.color.fbo'
[1:50.504] 2198 system/graphics/texture.c:textureDeinit():73:
Cleaning 'fbohg.color.fbo'
[1:50.504] 2198 system/graphics/object/object3d.c:objectDeinit():453:
Cleaning 'data/triplatorus.obj'
[1:50.504] 2198 system/graphics/object/object3d.c:objectDeinit():453:
Cleaning 'data/spikeball.obj'
[1:50.504] 2198 system/timer/timer.c:timerCounterEnd():334:
'memoryDeinit' duration: 0.002 seconds
[1:50.504] 2198 system/ui/window/windowSdl.c:windowDeinit():37:
Deinitializing window
[1:50.504] 2198 system/javascript/javascript.c:jsDeinit():255:
Deinitializing scripting.
[1:50.504] 2198 system/main.c:systemDeinit():314:
System deinitialized successfully