-
Notifications
You must be signed in to change notification settings - Fork 30
Some Text bugs #53
Comments
what is wrong with the ip textfield. the ip perfectly fits in it. in commit 001757c i have set a fixed width, but i probably add autoresizing when typing in stuff to a certain point. the bug on the statusbar where it says its promoting, it is actually uploading the game data files. this was fixed by commit 8b8790f yes, it needs to verify and update the cache files when it sees something like that was renamed or a checksum on an already known vpk changed. there is so much to fix and improve i really dont know where to start. the thing with hardware acceleration i have no clue about that and how the jre handles it. you might google about that |
http://docs.oracle.com/javase/7/docs/technotes/guides/2d/flags.html Maybe it works (flag work well) |
This screenshot notices the file size? The size that is displayed is the uncompressed file size, so you know how much space would you need to install it. |
it say uploading vpk for install (not data) (now in uploading data (not vpk) ) old version work well but new version is not |
Ok. Understood. It will be fixed along this issue #36 : Regarding to hw acceleration: Also how can I disable it with java2d? |
It redrawing problem with 'like mirror driver' on windows 8~10 -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true |
* Added some more icons * Fixd #53 Some Text bugs (added opt = "-Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true" to windows executable)
http://oi65.tinypic.com/1zv52fm.jpg
Like this (Old Version (0.4) is OK)
also some error Message is wrong
example :
PS : Please remove hardware acceleration for graphics (can't use it on VNC or other remote desktop@Windows8~10)
The text was updated successfully, but these errors were encountered: