Commit Graph

48 Commits

Author SHA1 Message Date
givememystuffplease
cc774c93d7 GUI modifications to prepare for new scripts menu.
Watermark Textboxes replacing old ones (needs tweaking..)
2010-07-04 16:23:18 +00:00
givememystuffplease
1c51d8bada - Added retrieval of korean key (kkey.bin) from hackmii.
- Background threaded key retrieval methods.
2010-07-04 04:51:27 +00:00
givememystuffplease
3406ad6b76 More misc changes 2010-07-04 04:15:17 +00:00
givememystuffplease
9bcd0eba18 Ran code through "Reorganization"... 2010-07-04 03:24:51 +00:00
givememystuffplease
fb4ca758f2 Addressed Issue 1 on Google Code (more official name recognition)
Replaced some (currentdir + x) with Path.Combine(currendir, x)
- This should be done to ALL instances eventually...
2010-07-04 02:16:14 +00:00
givememystuffplease
73af599d1c Smaller combobox is replacing Radiobuttons for console/server selection. 2010-07-03 23:33:23 +00:00
givememystuffplease
50b48c7ad6 Trucha features *Removed*
-This is intended to declutter the program. The features are too extensive to be jammed in as an addon; perhaps they will find their way into a full trucha-editor program...
Issues with SVN synching may have caused some issues, please bear with it...
2010-07-03 23:21:26 +00:00
gb.luke
2cc5fd70a3 Did some more work on allowing scripting.
TODO: Fix the bit of the script running function that requires it to ignore illegal cross-thread calls.
2010-07-03 13:12:02 +00:00
gb.luke
16ab72564d Various changes:
- changed Application.StartupPath to Directory.GetCurrentDirectory()
- began work on IOS/channels/systemmenu download list thingy (inspired by berdsen.home)
2010-07-01 21:35:12 +00:00
gb.luke
eb179b0321 Fixed cross-threading ness (more thread safety - oops :P)
-- This fixed the VC menu issues.
2010-07-01 00:40:30 +00:00
gb.luke
85bdcaa1cf Set build runtime to 2.0 - removed infinite loop. 2010-06-29 16:56:17 +00:00
gb.luke
b8dfce6ad4 Oh, and removed the splash, as database is read in a thread. Added a database_save image and moved the database updated to the other menu. 2010-06-29 16:07:22 +00:00
gb.luke
80ef75f858 Even more threading! 2010-06-29 16:06:15 +00:00
gb.luke
ee2ab61729 - Added the ability to convert hex string key.bin files to the correct format
- Added the ability to download key.bin from HackMii
- Added a quickly made splash screen.
- Updated sln to Visual Studio 2010 Express.
2010-06-27 18:43:36 +00:00
givememystuffplease
1e76a7bfea Added new fixes to my build changes. hopefully... 2009-10-15 22:23:08 +00:00
gb.luke
35557c2d51 Various updates, including random cache-break string and directory separator updates. 2009-10-14 20:52:16 +00:00
givememystuffplease
454a9777d9 Pass .nus scripts via cli. Old CLI mode deprecated. 2009-08-30 00:43:24 +00:00
givememystuffplease
622682371c Wii Update Simulation outputs NUS Script 2009-08-28 03:12:10 +00:00
givememystuffplease
51b148aaab NUS Script loading via Extras Menu. Very basic... 2009-08-27 22:52:11 +00:00
givememystuffplease
36b95c889c Proxy Bugfixed and working. 2009-08-25 16:41:49 +00:00
givememystuffplease
a078b06732 Win7 Taskbar features added to DownloadNUSFile 2009-08-23 23:16:23 +00:00
givememystuffplease
e1ff5fd55c Proxy settings - Round 2 2009-08-20 17:41:08 +00:00
givememystuffplease
8702d800ee A couple proxy changes. 2009-08-19 16:40:43 +00:00
givememystuffplease
4555543208 Cleaned up a bit with WADPacker.cs / PackWAD() 2009-08-18 05:16:04 +00:00
givememystuffplease
1cc04ad89a WAD Packing has been isolated into a class file.
The GUI now supports SaveAs and Deletion of contents options via checkbox.
2009-08-18 05:02:23 +00:00
givememystuffplease
8d62c49a99 Official System Menu Naming & Database name lookups for the filename 2009-08-07 20:51:53 +00:00
givememystuffplease
c279b57136 Certs are now passively obtained. No more cert.sys needed 2009-08-07 20:06:34 +00:00
givememystuffplease
1624f99973 Working on Wii System Update SOAP emulation... 2009-08-06 02:37:39 +00:00
givememystuffplease
94d0178987 Database is updatable from Wiibrew (NUS_Downloader/database) 2009-08-04 18:17:21 +00:00
givememystuffplease
fda8531e22 Trucha bug restoration is slowly coming to life... 2009-08-04 00:01:01 +00:00
givememystuffplease
1fff53a1e4 Working on trucha bug restoration, not done, but closer 2009-08-02 18:12:05 +00:00
givememystuffplease
a08307ee35 FINAL v1.2 2009-08-02 01:01:21 +00:00
givememystuffplease
f3db60896d Basically the RC of v1.2. Testing begins now. Trucha features disabled (click the progress bar to enable them). 2009-08-01 17:48:32 +00:00
givememystuffplease
b4304c2ed5 Boot index now changes... 2009-07-22 22:22:04 +00:00
givememystuffplease
e404a42999 A lot of index fixes in content manager. 2009-07-22 18:07:55 +00:00
givememystuffplease
2937fb408d Bugs fixed; Trucha features improved upon. 2009-07-21 21:53:27 +00:00
givememystuffplease
b27d83228c Code is working somehow, haven't tested output on Wii.
More debug messages have been added/cleaned up
2009-07-18 03:00:09 +00:00
givememystuffplease
3f5ed5e03a Improvements on content mananger. It is now able to not error out (most of the time), so debugging can now commence :| 2009-07-17 18:57:47 +00:00
givememystuffplease
ab6575995f Some improvements to content editing. Has not been tested, but is implemented. 2009-07-17 16:22:58 +00:00
givememystuffplease
55a96ca677 Initial structure of contents editor added. Overwriting is not yet implemented, however manipulating the contents is. Also bugfixes... 2009-07-14 19:38:18 +00:00
givememystuffplease
dadf1e185f Many tiny fixes. This is close to v1.2 final. 2009-07-10 00:56:17 +00:00
givememystuffplease
e770c15458 Small Changes. Images in the database display. Beta2 of v1.2 2009-07-09 02:11:22 +00:00
givememystuffplease
c7fd7a29bf Fixed Trucha Version/DLC Amount readout bug. This is post v1.2 Beta. 2009-07-07 23:41:38 +00:00
givememystuffplease
3a7bcb90b0 2009-07-04 18:32:52 +00:00
givememystuffplease
3a26a226b1 Initial Trucha GUI (eh) 2009-06-19 01:57:52 +00:00
givememystuffplease
6f157a9b3e Preliminary Trucha Signing, some bug fixes :D 2009-06-16 22:25:19 +00:00
givememystuffplease
3f5082ba9c Korean Key (Ticket) Support 2009-06-13 16:04:54 +00:00
givememystuffplease
29f6f726a1 First commit. Pre-v1.2 Code. 2009-06-11 01:16:49 +00:00