sumomo214 / cfg-loader-mod

Automatically exported from code.google.com/p/cfg-loader-mod
GNU General Public License v2.0
0 stars 0 forks source link

Add a simple Jump_to/search capability #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My idea is to add a [JUMP] button to the top/bottom gui bar.
Pressing it will bring up a dialog box with radio buttons for # and A~Z (27 
buttons)

pressing one of the radio button will bring you to the page with a game 
beginning with that letter (Grid mode) or centered with that game (coverflow 
mode)

e.g. Press "P" will jump to the page with a game's name beginning with P . If 
no game begins with P then to a game beginning with Q etc...

This should be useful for ppl with many games.

Original issue reported on code.google.com by tsw...@gmail.com on 4 Apr 2012 at 5:08

GoogleCodeExporter commented 8 years ago
sorry don't know how to change it to type-enhancement

Original comment by tsw...@gmail.com on 4 Apr 2012 at 5:11

GoogleCodeExporter commented 8 years ago
ok, I have wrote some codes myself and it works (with limitations, see below)

I have never learnt C and this is my first ever "project" so the codes must be 
quite ugly and its a miracle that I made it work.
If anyone is interested, pls review and improve it and if possible, commit it 
to the source so that I don't have to make the changes manually whenever there 
is a new release.

limitation of my code:
1. It only work properly in "Sort by Title" mode and "sort_ignore = 0"
2. The Jump button is always active even in Sort modes other than sort by title

I don't know if it is appropriate to attach files (.dol and .c) here without 
asking. 
Anyway just ask if you want them.

Original comment by tsw...@gmail.com on 9 Apr 2012 at 8:43

GoogleCodeExporter commented 8 years ago
all limitation removed.
Although it still works only in "Sort by Title" mode, now it works correctly 
irregardless of "sort_ignore" setting.
The "Jump button" will also be deactivated if not in "Sort by Title" mode.

Really hope it can be implemented into the main source.

Original comment by tsw...@gmail.com on 11 Apr 2012 at 7:24

GoogleCodeExporter commented 8 years ago
2 softwiiv2: Could you implement this feature in main code, please?

Also it would be great to speed-up scroll speed for a long press of left or 
right buttons.

Original comment by oji.m...@gmail.com on 5 Nov 2012 at 1:36

GoogleCodeExporter commented 8 years ago

Original comment by softwiiv2 on 15 Dec 2012 at 2:59

GoogleCodeExporter commented 8 years ago
@tswntk:
You can attach the source here or send it to softwiiv2@gmail.com
I will include it in the next version.

Original comment by softwiiv2 on 15 Dec 2012 at 3:02

GoogleCodeExporter commented 8 years ago
thanks for the interest in my source.
My source was based on cfg70r27 and I have not updated for a long time.

The source also included a mod for "wii games only filter" which is just an 
adaptation of the "Game cube only filter" - a newly added feature at that time. 
I think things might have changed a lot since then so you may want to leave 
that out.

I have commented every line I wrote with "//yan" or as a block "//yan....//yan 
end" pairs

A text editor with "find all" capability should help reading my codes.

I was a noob (and still am) at wii programming so my codes may look rough. Good 
luck.

Lastly, I noticed a Chinese mod with version 71 that have something looks like 
my work. I didn't bothered to download it and test if it is a copy of my work 
or they developed their own but I did send my source to a guy long time ago 
upon his request.  I am not sure if he leaked it. Anyway, I never asked him not 
to leak it...

Original comment by tsw...@gmail.com on 15 Dec 2012 at 3:34

Attachments:

GoogleCodeExporter commented 8 years ago
This is tswntk's code updated to r50
The executable has been given out but never the source.
in addition it has:
The filter by wii had a bug fixed
The jump was updated to better handle titles with multibyte first characters 
Genre list updated
RPG genre fixed
fixed console menues for filter by genre, controler and online
compile time problems fixed

Original comment by Howard_M...@yahoo.com on 15 Dec 2012 at 4:57

Attachments:

GoogleCodeExporter commented 8 years ago
Cant edit my own post
A copy of the source was sent to airline38 with tswntk permission for inclusion 
in a future release.
I had recieved a dol back that worked with the current rev.
but it never got included

Original comment by Howard_M...@yahoo.com on 15 Dec 2012 at 5:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
thanks, that should make my attachment above obsolete.

Sorry, I forget that you have asked me for permission. My memory is rusted.
This is an open source project, so I don't really care if my code is "leaked". 
(Can't speak for others though)
I just don't feel comfortable someone called themselves version 71..

Original comment by tsw...@gmail.com on 15 Dec 2012 at 5:35

GoogleCodeExporter commented 8 years ago
Added 70r52

Original comment by Howard_M...@yahoo.com on 14 Sep 2013 at 6:42