aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
Upstream the work I did for porting Ogre
2012-03-29some TODO stuff in gl codeAlon Zakai
2012-03-29add deleteFile to FSAlon Zakai
2012-03-28properly implement llvm_uadd|mul_with_overflow_i32Alon Zakai
2012-03-28do not js-optimize away rounding correctionsAlon Zakai
2012-03-28Implement SDL_WasInitEhsan Akhgari
2012-03-28Use numerical constants instead of symbolic namesEhsan Akhgari
2012-03-28Implement isdigit_l and isxdigit_lEhsan Akhgari
We ignore the locales for now
2012-03-28Add some porper null checksEhsan Akhgari
2012-03-28Implement the remaining shader and program functionsEhsan Akhgari
2012-03-28Implement GL texture functionsEhsan Akhgari
2012-03-28Implement glIsBufferEhsan Akhgari
2012-03-28Implement glBufferSubDataEhsan Akhgari
2012-03-28Implement renderbuffer functionsEhsan Akhgari
2012-03-28Implement glGet functionsEhsan Akhgari
2012-03-28Enable logging of filesystem operationsEhsan Akhgari
2012-03-27revert red-blue flip, it fixed some stuff but broke others, need to investigateAlon Zakai
2012-03-27sdl music fixesAlon Zakai
2012-03-27SDL music stuffAlon Zakai
2012-03-27fix two bugs with rendering pixel data to SDL: flip R and B to match native ↵Alon Zakai
behavior, and ignore alpha when rendering to the screen as also done in native behavior
2012-03-27audio commentAlon Zakai
2012-03-27set audio src to src for faster replaysAlon Zakai
2012-03-27make sounds restartAlon Zakai
2012-03-27support wav and mp3 audio suffixes tooAlon Zakai
2012-03-27support for playing audio chunks through SDL mixAlon Zakai
2012-03-26show status messages for decompressing and clear status on runAlon Zakai
2012-03-26Merge pull request #321 from ehsan/sdleventsAlon Zakai
Prevent SDL events from having their default behavior
2012-03-26Merge pull request #320 from ehsan/playchannelAlon Zakai
Use the correct id in Mix_PlayChannel/Mix_FreeChunk
2012-03-26Merge pull request #319 from ehsan/measuretextAlon Zakai
Make sure that the estimated text width is an integer
2012-03-26Only prevent the default action for events which could result in scrollingEhsan Akhgari
2012-03-26Prevent SDL events from having their default behaviorEhsan Akhgari
This prevents doing things like scrolling the page down when receiving an SDL event.
2012-03-26Merge remote-tracking branch 'upstream/incoming' into playchannelEhsan Akhgari
Conflicts: src/library_sdl.js
2012-03-26Use the correct id in Mix_PlayChannel/Mix_FreeChunkEhsan Akhgari
2012-03-26Make sure that the estimated text width is an integerEhsan Akhgari
2012-03-26fix SDL_BlitSurfaceAlon Zakai
2012-03-26improve output textarea behaviorAlon Zakai
2012-03-25show 'Downloading' in html on startupAlon Zakai
2012-03-25update shell.html output for textareaAlon Zakai
2012-03-25disable some not yet ready SDL mix stuffAlon Zakai
2012-03-25clear html debug outputAlon Zakai
2012-03-25make html print output more debug friendlyAlon Zakai
2012-03-25disable alpha in font renderingAlon Zakai
2012-03-25fix sdl alphaAlon Zakai
2012-03-24run preRun before initRuntime, fixes test_filesAlon Zakai
2012-03-24handle emptry strings to TTF_RenderAlon Zakai
2012-03-24support for rgba in sdlAlon Zakai
2012-03-24some sdl audio stuffAlon Zakai
2012-03-24fix some print to Module.print stuff in debug optionsAlon Zakai
2012-03-24misc sdl stuffAlon Zakai
2012-03-24properly match SDL mousebuttons to DOM buttonsAlon Zakai