summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-20support for non-square crunch textures with mipmapsAlon Zakai
2012-06-19Merge pull request #480 from ehsan/crunch_import_warningAlon Zakai
Crunch import warning
2012-06-19Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-06-19crunch fixAlon Zakai
2012-06-19Only pull CRUNCH from shared.py if --crunch is usedEhsan Akhgari
2012-06-19more crunch printoutsAlon Zakai
2012-06-18remove some unneeding emcc printingAlon Zakai
2012-06-18hint at crunch formatAlon Zakai
2012-06-18some info for crunchingAlon Zakai
2012-06-18handle case of nonexisting .crn when testing dds updatesAlon Zakai
2012-06-18do not recrunch if dds is unchangedAlon Zakai
2012-06-18test for decrunching more than one imageAlon Zakai
2012-06-18log out crunch timesAlon Zakai
2012-06-18write preparing, not downloading when preparing downloaded dataAlon Zakai
2012-06-18de-crunch in a workerAlon Zakai
2012-06-17crunch fixesAlon Zakai
2012-06-17missing s3tc_crunch fileAlon Zakai
2012-06-17define preRun and postRun in browser htmlAlon Zakai
2012-06-17crunch supportAlon Zakai
2012-06-17allow multiple preRun/postRunAlon Zakai
2012-06-17allow multiple pre-js and post-jsAlon Zakai
2012-06-17Merge pull request #474 from ehsan/mouselockmovementAlon Zakai
Fix the mouse coordinates in pointer lock mode
2012-06-16move suffix tools to sharedAlon Zakai
2012-06-16refactor SDL audio a little and add support for music volume adjustmentAlon Zakai
2012-06-16only warn on lack of texture compression, some parts of levels might still workAlon Zakai
2012-06-16GL_QUAD non-0 start rendering fixAlon Zakai
2012-06-15gl todoAlon Zakai
2012-06-15handle -1 arguments to Mix_VolumeAlon Zakai
2012-06-15SDL_StartTextInput stubAlon Zakai
2012-06-15SDL_GetVideoSurfaceAlon Zakai
2012-06-15fix emscripten_async_call for native builds with multiple filesAlon Zakai
2012-06-15move emscripten.h to emscripten/emscripten.h, so native builds can -I that ↵Alon Zakai
dir and not get anything else
2012-06-14EMSCRIPTEN_KEEPALIVEAlon Zakai
2012-06-14silly fix for gl_ModelViewMatrixTranspose[2]Alon Zakai
2012-06-14basic fog supportAlon Zakai
2012-06-14Fix the mouse coordinates in pointer lock modeEhsan Akhgari
This patch enables us to trust the mouse movement information that the browser provides when the pointer lock is active. It should help with the mouse movement detection for games in full-screen mode, if they use the SDL xrel/yrel information.
2012-06-14some fog workAlon Zakai
2012-06-14ignore phi assigns of undefAlon Zakai
2012-06-14ignore GL_TEXTURE_COMPRESSION_HINTAlon Zakai
2012-06-14init texture compression earlyAlon Zakai
2012-06-13support NULL rect in SDL_FillRectAlon Zakai
2012-06-13s3tc compression supportAlon Zakai
2012-06-13automate test_sdl_canvas_palette and temporarily disable ↵Alon Zakai
test_sdl_canvas_palette_2
2012-06-13Merge pull request #466 from caiiiycuk/SDL_HWPALETTEAlon Zakai
Implementation of SDL_Surface with SDL_HWPALETTE flag (8bpp surface)
2012-06-13accept .obj files as bitcodeAlon Zakai
2012-06-13make file packager folders writableAlon Zakai
2012-06-13Implementation of SDL_HWPALETTEAleksander Guryanov
Little bit refactoring for copyIndexedColorData now it can accept dirty rect
2012-06-12allow multiple possible results in browser test, and use that to fix ↵Alon Zakai
test_matrix_identity on certain machines
2012-06-12Merge pull request #471 from ehsan/gl_identity_matrixAlon Zakai
Gl identity matrix
2012-06-12emscripten_randomAlon Zakai