aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-09particles in navmesh demo are nice againJuan Linietsky1-0/+0
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky4-1/+36
2015-05-09corrected copyright date in project manager, fixes #1870Juan Linietsky1-1/+1
2015-05-09-Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky1-17/+19
2015-05-07add_missing_textures_to_particlesyg2f2-0/+0
2015-05-07fixes_demo3d_shaders_materials_missing_lightyg2f1-0/+0
2015-05-06window_management input fixhurikhan2-1/+9
2015-05-06Delete line without functionalityNicolas Laurito1-2/+0
2015-05-06Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli2-5/+16
2015-05-06update rtaudio to latest versionyg2f2-134/+227
2015-05-06-removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky1-1/+1
2015-05-06Better OS X fullscreen support, without the nasty startup effectRicardo Pérez1-3/+10
2015-05-06clearified parenthesis of if constructehriche1-1/+1
2015-05-06fixed ColorRgb attribute init order of structehriche1-6/+6
2015-05-06optional formal changesehriche15-26/+30
2015-05-06added notes to resolve undefined behavior of calculations in tweeningehriche1-6/+6
2015-05-06fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguousehriche1-3/+3
2015-05-06fixed issue with format string in PCKPacker::flushehriche1-1/+1
2015-05-06minor fixes in drivers mpc and vorbis.ehriche2-1/+2
2015-05-06PhysicsServerSW::body_is_shape_set_as_trigger - missing return statementehriche1-1/+1
2015-05-05fix delete packed dataDaniel T. Borelli1-2/+0
2015-05-05Change the order of the filterGuilherme Felipe1-1/+1
2015-05-05Made type-checking for arguments less trict between bool, int real. Fixes #1816Juan Linietsky1-4/+4
2015-05-05Really fixes fullscreen mode in OS X, even during startupRicardo Pérez1-1/+9
2015-05-05up version to rc21.1-rc2Juan Linietsky1-1/+1
2015-05-05avoid crash on some cases of richtextlabel fill, but odd behavior persists, #...Juan Linietsky1-1/+3
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky2-12/+15
2015-05-05Spine: add feature to insert/remove interpolates while updatingsanikoyes2-11/+226
2015-05-04Proper support for code editor autosaving (disabled by default)Juan Linietsky3-2/+44
2015-05-04Fixes Theora buildRicardo Pérez1-1/+1
2015-05-04-More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky7-9/+263
2015-05-04fixes issue #1693 winmain and main unicodeyg2f1-82/+25
2015-05-04fix font import path on windows, closes #1675Juan Linietsky4-6/+14
2015-05-04Wrong use of | instead of ||Ricardo Pérez1-2/+2
2015-05-04small unicode fixesJuan Linietsky2-7/+8
2015-05-04-invalidated string -> int automatic conversion, fixes #1788Juan Linietsky1-3/+3
2015-05-04-corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), fi...Juan Linietsky3-5/+65
2015-05-04-vec3 uniforms should now work, fixes #1773Juan Linietsky4-20/+49
2015-05-04solve invalid pointer, fixes #1793Juan Linietsky1-0/+1
2015-05-04added return keyword, fixes #1797Juan Linietsky1-1/+1
2015-05-03improved kinematic motion, improved demos for kinematic motionJuan Linietsky9-44/+97
2015-05-03-Make sure properties are exported the way they should in xml, fixes #1799Juan Linietsky1-1/+1
2015-05-03Added Visual Studio project generation. Use "vsproj=yes" in command line. Thi...Antony Jones3-91/+146
2015-05-03-Made one way collision work with 2D physics (rigidbody)Juan Linietsky6-365/+794
2015-05-03Missing return statementRicardo Pérez1-1/+1
2015-05-03-new collision layer & mask system for 2D, for more flexible collision maskingJuan Linietsky18-32/+147
2015-05-03fixed uninitialized name pointers (cppcheck)Simon Wenner1-2/+2
2015-05-03fixed memory leak: triangulated (cppcheck)Simon Wenner1-0/+1
2015-05-03fixed broken comment blockSimon Wenner1-1/+1
2015-05-03removed unnecessary semicolonsSimon Wenner1-20/+20