![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [RELEASE] Unit Converter v0.2 within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Yes it's that not so useful application again. Well, soon I hope to make it very useful. But until then, ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() I'm Baaaack!
|
Yes it's that not so useful application again. Well, soon I hope to make it very useful. But until then, here's v0.2. I fixed a couple of random bugs that I spotted. About 4 or 5 stupid mistakes really. I also added temperature support. I really don't see the need for it, but I added it anyway. And I also added a much needed makeover. Thanks to Twin891, this program now has wonderful graphics. ( Now I just need to make the program as good as the graphics
) I appreciate everyone else who donated graphics, including Grimfate126, The Ex, Chathurga, and Psypher. But in the end, I decided that Twin891's graphics were the best. But anyway here's the links. Comes in two flavors, 1.5 and 1.00/eLoader.1.00/eLoader 1.50 In the next release, I plan on having weight support. Should be out in two or three days.
__________________
|
|
|
|
|
|
#2 |
![]() |
Well I'm really glad you like the graphics!
Your program is really sweet! and it's getting better every release! BTW i was wondering for the next release if i would be able to edit the gfx a bit so it can fit the program a lil better. I was just thinking for where it says "Home exit X select" at the bottom of the screen if i could just add a little box sorta thing so it looks more in place. any ways..just let me know, thanks! |
|
|
|
|
|
#4 |
![]() ![]() I'm Baaaack!
|
@Twin891 Sure you could edit the graphics a bit. I was shocked when I first used these grapchics though. The backround fits perfect for the layout of the text
@bossmanuk Yeah it does work much better, but it's still a long way away from being a useful program. I seen the cm to mm mistake I made. I fixed it, but I'll just release it in the next release. It would be to much trouble to release another one just for that. |
|
|
|
|
|
#6 | |
![]() ![]() I'm Baaaack!
|
Quote:
|
|
|
|
|
|
|
#8 |
![]() ![]() Developer
|
That is a very nice looking background! However, when the text is white near the top it's a little bit hard to read. But 25 Kb? This would make for some excellent practice in optimization. Using tables would also simplify the code considerably - perhaps having one table list the units, and then another could be a 2-D table with the conversion factors from one index to the other. Something like:
Code:
Units={"Millimeters","Centimeters","Inches",...}
UnitConversions={
{ 1, 10, 25.4, ...},
{0.1, 1, 2.54, ...},
...
}
Also, the millimeters to miles conversion doesn't work, it just displays millimeters to millimeters. As for the usefulness of the program, well, it won't be replacing my TI-89 just yet.
|
|
|
|
|
|
#9 |
![]() ![]() I'm Baaaack!
|
Thanks for the tip LMeloir. But I think I'll just leave it how it is now. It's functional and that's all that matters. If someone out there is that worried about 3 or 4 KBs then this isn't the program for them. I also fixed the MM to MI conversion.
|
|
|
|
|
|
#13 |
![]() ![]() I'm Baaaack!
|
The app isn't really "awsome" yet, but I hope it is in the near future. And there is no source for LUA. All you have to do is download the app. Then go to the file "script.lua" and open it with a text editor. But I suggest that you learn a little bit of LUA before trying to learn from it.
|
|
|
|
|
|
#14 |
|
No longer a community member.
|
I'm tryin' the program right now. Anyways, everyone, stop using SendSpace and especially RapidShare. Go to Ripway.com, set up an account, and upload files. You're done! All you need is a link to the download, so you don't have to open up another page and download it.
|
|
|
|
|
|
#15 |
![]() I hate video games.
|
Nice work!
__________________
[CENTER][FONT="Arial Narrow"][IMG]http://i10.photobucket.com/albums/a137/CrimsonTearsXE/VG%20Pics/mkdstag.png[/IMG] [COLOR=DarkRed][B][U]RESIDENT EVIL OUTBREAK: File 1&2 User name:[/FONT][/U][/B] CrimsonTears [FONT="Arial Narrow"][B][U]METAL GEAR SOLID 3: SUBSISTANCE Online User name:[/FONT][/U][/B] Crimson Tears [SPOILER="Click show to view my PC I built!"] [COLOR="DarkRed"]Pentium IV 2.4GHz Processor with hyper threading technology, Chaintech motherboard, 280GB Total Hard Drive space, 128bit Nvidia MX4000 Graphics Card, 2 Cd & 1 DVD burner drives, 1024DDR Ram, Operating System is Windows XP Professional, and using AT&T Yahoo DSL.[/COLOR][/COLOR][/SPOILER][/CENTER] |
|
|
|
![]() |
| Tags |
| converter , release , unit , v02 |
| Thread Tools | |
|
|