Blender Git Loki
Git Commits -> Revision 569bb8f
Revision 569bb8f by Andrea Weikert (master) July 26, 2009, 12:40 (GMT) |
2.5 filebrowser Bugfixes: * crash when loading file that has filebrowser open * file size over 2GB/4GB? shows negative number Other: * tried to improve drawing speed a bit by only drawing the files actually shown and improving refresh behaviour a bit. Note: Solution I found so far is to use the non-standard _stat64, as far as I could see, WIN64 should work without that patch (Genscher, please check and if needed you can enable this too by removing the !defined(WIN64) ) This probably needs to be fixed in at least one other place (BLI_filesize), will look into this once this fix proves stable enough) |
Commit Details:
Full Hash: 569bb8f47d62f40004f87a4862d87b4b1937fecb
SVN Revision: 21923
Parent Commit: 4e024a1
Lines Changed: +113, -49
7 Modified Paths:
/source/blender/blenlib/BLI_storage_types.h (+4, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+7, -1) (Diff)
/source/blender/editors/include/ED_fileselect.h (+2, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+69, -44) (Diff)
/source/blender/editors/space_file/file_draw.c (+4, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+26, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+7, -1) (Diff)
/source/blender/editors/include/ED_fileselect.h (+2, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+69, -44) (Diff)
/source/blender/editors/space_file/file_draw.c (+4, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+26, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)