PRENEZ LE CONTROLE : XBOX | XBOX 360 | PS3 | NGC | WII | DS/PSP | GX ANNONCES | FORUM
Pseudo :   

 Accueil
 News
   - Proposer une news
   - Utiliser nos news
   - Version PDA/Imode
 Downloads
 Tutoriaux
 Tests
 Support Xenium
 Sauvegardes XBox
 Lexique
 Techniciens consoles
 Master CD
 Canal IRC
 Syndication
 Partenaires
 Contacts
 Tracker Torrent
 Recherche Firefox
 Forum

Pseudo:
Mot de passe:

Mot de passe oublié ?

S'enregistrer

 XBMC Mag
 Avalaunch
 Scripts Python
 XboxMediaCenter
 Tuning-Consoles
 Xbox-360.FR
 Xbox-Gamer




Tracker :







Assentek
DS / DS LITE - WII
Acekard 2
AceKard RPG
Wasabi D2C2
Wii Clip D2Pro 9 Fils
40.00 €
69.90 €
40.00 €
20.00 €



PSP / PS3 / XBOX 360
Facades PSP/SLim
Dual Shock 3
HDMI pour X360 White
XFPS Sniper Ed 3.0
phosphorescente
49.90 €
69.90 €
79.90 €

DERNIERES NEWS XBOX

L'ACTU JEUX AVEC GAMEBE.com

 Tous les articles...

DERNIERS DOWNLOADS...



NOS NEWS : XBox | Emulation | Software | Gueux | Modchip | BIOS | Homebrew | Linux | Hardware


Software
 Software : XBpartitioner 1.1
Posté par legueux le 30/6/2008 21:06:42 (524 lectures)
Bomb Bloke propose une nouvelle version du logiciel de NghtShd permettant de gérer les partitions du disque dur XBox directement depuis la console.

Nouveautés/corrections:

-Correction de la mise à jour de la taille des clusters.
- utilisation automatique de clusters 64k lors d'un formatage de partitions d'une taille supérieure à 512GB, de clusters 128k lors d'un formatage d'une partition de taille supérieure à 1TB et plus.
128k clusters when formatting > 1TB partitions, and so forth.
(le nouveau système ne permet pas aux utilisateurs de choisir la taille des clusters via le bouton Y).
- Modification de l'affiche des megabytes afin de les faire correspondre à une taille de 1,048,576 bytes (1024^2).
- Les partitions étendues sont désormais affichées en gigabytes.

 XBpartitioner 1.1

  Site officiel : http://www.xbins.org
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Software
 Software : XBMC 2008-06-30 SVN rev13851 build - T3CH
Posté par legueux le 30/6/2008 20:47:52 (676 lectures)
Nouvelle version de XBMC 2.0.1, lecteur multimédia pour Xbox qu'on ne présente plus.

Pour rappel, XBMC n'utilise plus le système CVS mais SVN pour la gestion des sources. De même, les versions T3CH intègrent désormais la version XBMC Win32 PC environment (fichier .exe) dont nous vous expliquions le fonctionnement sur cet article.

Voici le changelog de cette version :

- Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre-0.99.5b rev2167 [scripts/Apple Movie Trailers]
- EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
- Team XBMC Lyrics 1.5.9 rev2148 SCRIPT [scripts/XBMC Lyrics]
- Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
- BigBellyBilly's T3CH Upgrader 1.6 SCRIPT [scripts/T3CH Upgrader]
- Nuka1195's XBMC-Addons Installer 1.2a PLUGIN [plugins/programs/]
- Codecs for mplayer [/system/players/mplayer/codecs/*]
- AMT updated to pre-0.99.5b, Nuka1195's Plugin Installer to 1.2a
- 2008-06-30 13851 fixed: Updated other project configurations with boost header paths.
- 2008-06-30 13850 fixed: Updated other project configurations with boost header paths.
- 2008-06-29 13848 merged: Linuxport changes to from rev 13841 to revision 13847.
- 2008-06-29 13843 backported: possible null pointer dereference fix, and cast
- 2008-06-29 13841 merged: linuxport changes back to trunk, to revision 13840 (revs: 13691,704,20,21,25,27,33,44,50,51,54-56,59-62,91,95,801,06,09,11-13,14,18,19,22-24,27-29,31-35,37-40). Let me know if I missed anything.
- 2008-06-27 13794 Back port revision 13793 from linux branch (Changed : formatting of Settings strings to match current formatting style)
- 2008-06-24 13718 fixed: WindowClose animations didn't work within groups if the group didn't have the animation.
- 2008-06-24 13714 fixed: Make sure we pass the shared_ptr when adding to lists
- 2008-06-24 13713 changed: Use shared_ptr in CFileItemLists to reduce the likelihood of them being used after being deleted. (merge from shared_ptr branch)
- 2008-06-23 13707 added .evo to supported video files (merged from branch)
- 2008-06-23 13703 fixed: Real fix for build errors (thanks chadoe!)
- 2008-06-23 13697 fixed: Various smartplaylist issues (sf 1991367,1991385), thanks to tut-ankh-amon. (backport from linux)
- 2008-06-23 13695 fixed: Build errors.
- 2008-06-22 13690 fixed: exceptions on shutdown/reset/reboot (merges from linuxport)
- 2008-06-22 13689 merged: rev 13653 from linuxport branch (close iconv on RSS Reader shutdown)
- 2008-06-22 13688 merged: rev 13654 from linuxport branch (free scrobbler resources on shutdown)
- 2008-06-22 13687 merged: rev 13535 from linuxport branch (path to database encoding)
- 2008-06-22 13686 merged: rev 13649 from linuxport branch (plugin settings crash)
- 2008-06-21 13666 added: Python method setPluginFanart() use: setPluginFanart(handle, image, color1, color2, color3) -- Sets the plugins fanart and color for skins to display. handle : integer - handle the plugin was started with. image : [opt] string - path to fanart image. color1 : [opt] hexstring - color1. (e.g. '0xFFFFFFFF') color2 : [opt] hexstring - color2. (e.g. '0xFFFF3300') color3 : [opt] hexstring - color3. (e.g. '0xFF000000') *Note, You can use the above as keywords for arguments.\n" example:\n" - xbmcplugin.setPluginFanart(int(sys.argv[1]), 'q:\\plugins\\Apple movie trailers II\\fanart.png', color2='0xFFFF3300')
- 2008-06-21 13656 fixed: File stacking dialog didn't display correctly (why do people still insist on using this...) (backport from linux branch)
- 2008-06-20 13638 merged: Revisions 13609,13619,13620,13636,13637 from linuxport branch (python crash on listitem selection, enter key on numeric dialog, url decoded listitem paths, rssreader thread stop on exit, resolving includes in itemlayouts).
- 2008-06-19 13617 updated: Greek translation, thanks Ydatografida.
- 2008-06-17 13595 Optimized the stacking code for a speed increase. Hopefully, it wont break anything smile.gif
- 2008-06-17 13589 fixed: python progress control (take II). changed back to accept and pass a float as the SetPercentage() function requires a float not an integer. Thanks kraqh3d


 XBMC 2008-06-30 SVN rev13851 build - T3CH

  Site officiel : http://www.xboxmediacenter.com
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Emulation
 Emulation : ZsnexBox v3.4
Posté par legueux le 23/6/2008 16:05:00 (974 lectures)
Nes6502 propose une nouvelle version de ZsnesX, émulateur Super Nintendo pour Xbox 1.

Nouveautés/corrections :

- Ajout du support des previews vidéo. Les vidéos doivent être au formet xmv. Un tutoriel est présent dans l'archive.
- Ajout d'une base données pour le force feedback. Merci à giles9999.
- Possibilité d'inverser l'écran horizontalement
- Ajout d'un visualisateur d'images
- La piste audio est gardé en mémoire lorsque Zsnesxbox redémarre.
- Correction de la base de données Game Genie
- Correction d'un bug qui provoquait un blocage lorsqu'une vidéo preview était lancée avec une taille de mémoire libre trop basse
- Ajout d'un nouveau système d'aide. Cela intègre les controles, les fonctionnalités, les notre de Release, et une FAQ.
- Correction d'un bug qui provoquait un blocage lors d'un changement de skin.
- Mise à jour de la libraire blargg en v0.52
- Correction d'un bug au niveau du redimensionnement de la GUI avec un Box Art Japonais.
- Correction au niveau du texte de l'explorateur de ROM
- Les caractères animés de l'explorateur de ROM ne sont plus resetés lors d'un déplacement.
- Correction d'un bug concernant la copie de codes PAR depuis la base données.

 ZsnexBox v3.4

  Site officiel : http://forums.xbox-scene.com
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Software
 Software : XBMC 2008-06-16 SVN rev13573 build - T3CH
Posté par legueux le 17/6/2008 5:35:39 (1556 lectures)
Nouvelle version de XBMC 2.0.1, lecteur multimédia pour Xbox qu'on ne présente plus.

Pour rappel, XBMC n'utilise plus le système CVS mais SVN pour la gestion des sources. De même, les versions T3CH intègrent désormais la version XBMC Win32 PC environment (fichier .exe) dont nous vous expliquions le fonctionnement sur cet article.

Voici le changelog de cette version :

- Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre-0.99.5a rev2150 [scripts/Apple Movie Trailers]
- EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
- Team XBMC Lyrics 1.5.9 rev2148 SCRIPT [scripts/XBMC Lyrics]
- Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
- BigBellyBilly's T3CH Upgrader 1.6 SCRIPT [scripts/T3CH Upgrader]
- Nuka1195's XBMC-Addons Installer 1.2 PLUGIN [plugins/programs/]
- Black Market Team's Theme Browser rev43 SCRIPT [scripts/Theme Browser]
- Codecs for mplayer [/system/players/mplayer/codecs/*]
- AMT updated to pre-0.99.5a, Lyrics to 1.5.9, Nuka1195's Plugin Installer to 1.2
- 2008-06-16 13573 fixed: Python docs for setPercent() method
- 2008-06-16 13572 fixed: python progress control. changed to accept and pass an integer as the SetPercentage() function requires an integer.
- 2008-06-15 13570 fixed: compile errors changed: plugin settings strMask for type programs. added .py to win32
- 2008-06-15 13568 fixed: messed up tabbing in Application.cpp
- 2008-06-15 13567 merged: backported various warning fixes from linuxport
- 2008-06-15 13563 fixed: parsestring in scraperurl would lead to the xml being stored twice
- 2008-06-14 13560 changed: plugin settings "programs" type to account for different extensions in windows (Linux and OSX is currently set to "")
- 2008-06-14 13559 updated: Italian translation, thanks kotix.
- 2008-06-14 13557 fixed: remove unnecessary parameter
- 2008-06-14 13555 cosmetics
- 2008-06-13 13553 fixed: lastfm didn't restore repeat/shuffle settings on exit.
- 2008-06-11 13540 fixed: [ 1991396 ] Videodb fix for not deleting writers - thanks to tut-ankh-amon
- 2008-06-11 13534 fixed: remove duplicate include statement
- 2008-06-11 13533 changed: made pageup/down skipnext/prev change chapters on files that supported it, not only for dvd's changed: made channnel changes for myth client bring up osd.
- 2008-06-11 13532 changed: remove unnecessary code complication
- 2008-06-11 13531 fixed: remove ununsed, duplicate code
- 2008-06-11 13530 Changed : Added initial version of a Nav-able Video info window if the current playing video has a plot assigned to it 2 new buttons will show in video info on the sides. Going left and right will change from file info to a plot complete with scrollbar (if needed). (Mythtv Live TV plot/description now uses this method too)
- 2008-06-11 13529 Fixed : Made sure new DialogFullScreenInfo.xml is closed on full screen video exit to prevent empty dialog after video playback (thanks spiff)
- 2008-06-11 13523 Added : Key map for DialogFullScreenInfo.xml to make it saner to navigate and more like the old way
- 2008-06-11 13522 fixed: Check for dialogfullscreeninfo.xml on skin change, rather than at app start.
- 2008-06-11 13521 fixed: compilation error.
- 2008-06-11 13520 fixed: was ignored for settings sliders + spinners.
- 2008-06-11 13515 forgot file
- 2008-06-10 13514 changed: split file
- 2008-06-10 13513 added: video fullscreen info can now be a dialog
- 2008-06-10 13512 changed: remove old backwards compatibility code
- 2008-06-10 13511 changed: fix name of party mode playlist and disable edit
- 2008-06-10 13510 changed: better label used in smart playlist editor
- 2008-06-10 13508 fixed: consider keyboard as unpressed in XBMC_PC when window isn't active.
- 2008-06-10 13507 fixed: uneccessary buffering in dts/ac3 codec if demux packet contained more than one frame of data.
- 2008-06-10 13506 fixed: dvdplayer could stall during caching if queues ran completly empty.
- 2008-06-10 13498 fixed: Don't attempt to return empty icons from the infomanager.
- 2008-06-10 13497 fixed: Scrollbars wouldn't show the nib if the number of items was equal to the number viewable.
- 2008-06-10 13495 added: Filmstarts.de scraper
- 2008-06-08 13475 changed: python method addContextMenuItem() -> addContextMenuItems() (you can add up to 10, so makes sense) added: infolabel "Container(id).Property()" (id optional) and python method xbmcplugin.setPluginCategory(). Skinners can use this in media windows to display the current plugins subcategory. use: Container(id).Property(PluginCategory) (id optional) added: infolabel "Container.PluginName" displays the plugins root folder.
- 2008-06-08 13471 updated: Dutch and Greek translations, thanks juroen and ydatografida (missed the message in the last commit, my bad)
- 2008-06-05 13422 added: boost::shared_ptr to SVN tree.
- 2008-06-05 13418 added: SendClick(window,controlID) message. Allows sending button presses from other windows/dialogs.
- 2008-06-05 13415 updated: Greek and Chinese translations, thanks Ydatografida and anonymous.
- 2008-06-05 13414 Updated : couple of Dutch skins as per smokeheads suggestions
- 2008-06-05 13413 fixed: passthrough code for dvdplayer could miss sync packet for ac3/dts if syncword started about packetlen/2+10 bytes into the demux packet.
- 2008-06-04 13411 changed: give dts codec same treatment as ac3 codec just got.
- 2008-06-04 13408 changed: simplify ac3 decoder handling so mixdown settings are handled in one place instead of spread out.
- 2008-06-04 13406 changed: ac3 decoder for dvdplayer wouldn't not always resync properly. (this likely applies to dts decoder and passthrough too)
- 2008-06-04 13404 added: Container.SortDirection builtin, and conditional (eg container.sortdirection(ascending))
- 2008-06-04 13403 added: activatewindow(videolibrary,node,return) support to videolibrary window - allows you to return to a subnode of the specified node. eg if you have a tvshows button normally go to tvshowtitles, and you were last in season 2 of a particular show, then activatewindow(videolibrary,tvshowtitles,return) will return you to that location.
- 2008-06-04 13402 revert: Change to Util.cpp that wasn't wanted.
- 2008-06-04 13400 fixed: Video OSD animations weren't reset on close/reopen.
- 2008-06-04 13398 changed: separated cleaning of video filenames from stacking, and gave cleaning a separate setting, thanks to cptspiff
- 2008-06-04 13395 changed: Compress music library only every 20 commits, rather than every commit, thanks to cptspiff.
- 2008-06-04 13394 added: .m2t / .m2ts to the list of video extensions (thanks to cptspiff)
- 2008-06-04 13393 cleanup: removed duplicate code in ShowIMDb()
- 2008-06-04 13392 fixed: Don't show authentication details via listitem.path/listitem.filenameandpath (thanks cptspiff)
- 2008-06-03 13390 Changed : PM3 swapped the Ok Cancel buttons in DialogMediaSource.xml and DialogPluginSettings.xml to make them consistent with the rest of the skins placement
- 2008-06-03 13388 fixed: Make sure stack status is saved without the temporary stack unavailable bits (should fix stack status resurrecting after a reboot)
- 2008-06-03 13383 fixed: Video information window had missing info for tvshows + episodes (and possibly other stuff) if invoked from files view.
- 2008-06-03 13382 Changed : PM3 - Various Changes to Video Info dialog window including * Added Path to Movies info so you can tell what your original file is called and located * Added Number of Watched and Unwatched Episodes to TV Show info * Moved trailer button down to underneath the other buttons instead of being all out by itself * changed the code that referenced the icons in the window
- 2008-06-03 13381 Added : PM3 - Unwatched episode count to TV Shows "Media Info 2" view
- 2008-06-03 13378 Added : PM3 - Watched overlay icon to seasons "List 2" view
- 2008-06-03 13376 Fixed : PM3 - Since TV Shows can now be marked as watched the Watched overlay icons where in the wrong place
- 2008-06-03 13375 Fixed : PM3 - When you go to Settings -> Video -> Player, the arrows for the scrollbar comes in faster than the actual bar

 XBMC 2008-06-16 SVN rev13573 build - T3CH

  Site officiel : http://www.xboxmediacenter.com
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Software
 Software : XBMC 2008-06-01 SVN rev13360 build - T3CH
Posté par legueux le 2/6/2008 11:55:02 (1677 lectures)
Nouvelle version de XBMC 2.0.1, lecteur multimédia pour Xbox qu'on ne présente plus.

Pour rappel, XBMC n'utilise plus le système CVS mais SVN pour la gestion des sources. De même, les versions T3CH intègrent désormais la version XBMC Win32 PC environment (fichier .exe) dont nous vous expliquions le fonctionnement sur cet article.

Voici le changelog de cette version :

- Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre0.99.4b rev2118 [scripts/Apple Movie Trailers]
- EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
- Team XBMC Lyrics 1.5.8 rev2068 SCRIPT [scripts/XBMC Lyrics]
- Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
- BigBellyBilly's T3CH Upgrader 1.6 SCRIPT [scripts/T3CH Upgrader]
- Nuka1195's XBMC-Addons Installer 1.1 PLUGIN [plugins/programs/]
- Codecs for mplayer [/system/players/mplayer/codecs/*]
- I've removed "Nuka1195 & Dataratt's AOL Videos Plugin" and updated "Nuka1195's XBMC-Addons Installer" to 1.1
- I've also removed "PM3 Red Theme + PM3 Blue Theme by Jezz_X".
- 2008-06-01 13360 merged: backported various warning fixes from linuxport
- 2008-06-01 13359 fixed: don't refresh library on source list changes (dvdrom status for instance) (thanks cptspiff)
- 2008-06-01 13358 updated: dutch language file, thanks Bram77
- 2008-06-01 13357 fixed: lastfm friends didn't work with source added like lastfm://xbmc/user/ instead of generic lastfm://
- 2008-06-01 13356 fixed: crash in mediaviews due to checking first character of an empty string.... (linuxbranch rev 13355)
- 2008-05-31 13344 changed: IsMediaWindow() to return false for WindowXMLDialog
- 2008-05-31 13339 updated: filmweb.pl scraper, thanks Smuto!
- 2008-05-31 13335 fixed: when file stream eof, we just still keep on handling read in the same manner to allow seekbacks in dvdplayer. fixed: when demuxer eof, we must turn of caching
- 2008-05-31 13328 reverted: mplayer.dll - part of the additional error checking for avi indexes had the opposite affect, and broke index reading for some streams.
- 2008-05-31 13325 fixed: -forceidx was always passed to mplayer for streams where we didn't know it was video.
- 2008-05-30 13320 fixed: Multiple episodes in one file would ignore all but the last episode (thanks cptspiff)
- 2008-05-29 13318 fixed: make cmythfile updates it's internal program info every 5 seconds, so dvdplayer keeps up with changing programs
- 2008-05-29 13317 fixed: CCharsetConverter::ucs2CharsetToStringCharset would rewrite source string by swabing it
- 2008-05-29 13316 changed: clean up string length allocations for charset conversions to be more readable and understandable
- 2008-05-29 13315 added: musicplayer.position(number).*, musicplayer.offset(number).* info labels and boolean conditions for retrieving items from the music nowplaying list. offset is relative to the current playing item, position is relative to the start of the playlist. We also have conditions musicplayer.hasnext and musicplayer.hasprevious as well as musicplayer.offset(number).exists to check whether playlist items exist. Thanks to kraqh3d for the original patch.
- 2008-05-29 13314 fixed: pydoc error
- 2008-05-29 13313 changed: CMythFile::GetStartTime to return number of seconds into this file current show starts, instead of how many seconds back the recording started (same as multiplying by -1). fixed: CMythFile::GetStartTime would be wrong when next show started.
- 2008-05-29 13310 added: Python method addContextMenuItem() to listitem. you can add up to 10 items to the context menu per listitem. useful for plugins. thanks cptspiff, but you didn't want to use all 10 did you smile.gif listitem.addContextMenuItem([('Theater Showtimes', 'XBMC.RunScript(q:\\\\scripts\\\\showtimes\\\\default.py,Iron Man)',)]) fixed: some pydoc links
- 2008-05-29 13308 fixed: iconv stores a state after char conversion, which can affect next converted line, so clear this after conversion. This was the cause of the long standing bug of last character of previous line showed up on next line in hebrew (among others) subtitles.
- 2008-05-29 13304 fixed: full color range 4:2:0 images, need not be resampled with swscale
- 2008-05-29 13303 updated: ffmpeg libs from mplayerhq. (i forgot to strip old version) changed: restored original method for finding stream duration for mpegs, as new method could be slow for files with large number of streams.
- 2008-05-29 13302 fixed: The normal skin color file is defaults.xml, not default.xml
- 2008-05-28 13298 added: allow linking a movie to several shows (thanks cptspiff)
- 2008-05-28 13297 fixed: myth client wouldn't update current playing show when one ended and next started.
- 2008-05-28 13296 changed: allow differing extensions for movies and trailers (thanks cptspiff)
- 2008-05-28 13295 added: ask if user want to remove library items when removing a source (thanks cptspiff)
- 2008-05-28 13294 fixed: automatic album info lookups were broken (thanks cptspiff)
- 2008-05-28 13293 changed: use a state with critical section for time/chapter/recording state which gets access by gui thread, instead of accessing inputstream/demuxers directly. avoids some of the odd crashes. added: chapter support for mkv files.
- 2008-05-28 13292 reverted: ask if user want to remove library items when removing a source (thx ctpspiff), line endings
- 2008-05-28 13291 reverted: allow differing extensions for movies and trailers (try 2), again lineendings
- 2008-05-28 13290 revert: allow linking a movie to several shows (thx cptspiff), line endings again
- 2008-05-28 13288 added: allow linking a movie to several shows (thx cptspiff)
- 2008-05-28 13287 changed: allow differing extensions for movies and trailers (try 2)
- 2008-05-28 13286 reverted: allow differing extensions for movies and trailers, due to lineending changes
- 2008-05-28 13285 changed: ask if user want to remove library items when removing a source (thx ctpspiff)
- 2008-05-28 13284 changed: allow differing extensions for movies and trailers
- 2008-05-28 13283 cosmetic: removed unnecessary wait in audio player of dvdplayer
- 2008-05-28 13282 changed: don't consider aspect change something you need to reopen video streams
- 2008-05-28 13281 fixed: dvdplayer sometime gave a chapter count when no chapters where available
- 2008-05-28 13279 changed: some links to the manual for pydocs
- 2008-05-28 13278 Fixed : "Play Using" Context menu showed when only 1 player was available
- 2008-05-27 13269 updated: Finnish strings, thanks mikko70
- 2008-05-27 13252 added: httpapi GetCurrentlyPlaying 'Changed' tag which indicates if the media's status has changed since GetCurrentlyPlaying was last called. Also added additional optional parameter to only return info if changed (see online help)
- 2008-05-27 13249 changed: Only update visibility of container layouts and static content if the container itself is visible.
- 2008-05-27 13247 fixed: Typos in smartplaylists and videodatabase queries (sf patches [1973711] and [1973718]), thanks to tut-ankh-amon.
- 2008-05-27 13246 fixed: Select the correct artist when looking up artist info and allowing user choice.
- 2008-05-27 13245 cleanup: Cleaned up some labels (thanks cptspiff)
- 2008-05-26 13236 changed: make g_urltimeout in dvdplayer ffmpeg demuxer a thread local variable. if multiple demuxers are in use in different threads, they could break each other. (doesn't really affect trunk, but linux branch needs this due to thumb loader)
- 2008-05-26 13235 cosmetic change to keep functions doing the same thing named the same
- 2008-05-26 13234 fixed: video corruption in dvdplayer when subs on screen. only occurred if image based subtitles were on (or on their way to) screen, and the image output from videocodec used a stride different from width.
- 2008-05-26 13233 fixed: Missing string on smart video playlists.
- 2008-05-25 13228 merged: changes to dvdplayer from linux branch, mainly cosmetics.
- 2008-05-25 13227 updated: dvdplayer ffmpeg libs to latest mplayerhq version + nuv seeking/duration patch.
- 2008-05-25 13225 fixed: dll was named wrong
- 2008-05-25 13224 fixed: dvdplayer would always default to first program in a ts stream. now it default to first program that has streams.
- 2008-05-25 13222 changed: don't timeout ffmpeg read_frame untill after 20 seconds. (fixes the issues with the method to get quicker aborts in dvdplayer that was reverted in linux branch)
- 2008-05-25 13219 added: Smartplaylists for albums, movies, tvshows + episodes, plus made watched status (and number of watched/unwatched episodes) available at the show and season levels. Users should update their skins to get all labels to show correctly. (Merge from watched branch.)
- 2008-05-23 13197 fixed: Number of retries before a playlist complains about the number of failed consecutive items was not initialized (should be 100)
- 2008-05-22 13192 changed: case-sensitive include path (not really needed, merged from linuxport)
- 2008-05-22 13191 changed: "xbox media center" string to "xbmc media center"
- 2008-05-22 13189 fixed: nfo files for tvshows in their current form (i.e. as exported) did not load their thumbs. The tvshow export format may need some work.
- 2008-05-22 13179 updated: Greek language file, thanks Ydatografida.
- 2008-05-21 13174 Fixed : [PM3] Rating stars in "media Info" view for Songs was only visible if sorted by rating (Stupid Copy Paste error)
- 2008-05-21 13173 Changed : [PM3] Order of the home buttons put Pictures under Music order is now (Programs,) Changed : [PM3] Programs button in home is only displayed on the xbox since it doesn't do anything on other platforms order for main buttons is now (Videos,Music,Pictures,Weather,Scripts)
- 2008-05-21 13170 fixed: views conditional on content type would be reset to list (or some other view) on returning to the window after being elsewhere (home, settings, fullscreenvideo etc.)
- 2008-05-20 13169 fixed: saving of playlists from the playlist editor.
- 2008-05-20 13168 added: export our statically linked zlib through our dlloader
- 2008-05-20 13164 fixed: invalid logging of failure to init overlay codec
- 2008-05-20 13163 cosmetics: removed unnecessary Decode indirection for overlay codecs
- 2008-05-20 13162 added: ass/ssa subtitle infrastructure from linuxbranch for dvdplayer. (currently no dll, so not working) fixed: a few crashes in the ass/ssa subtitle infrastructure if it failed to load dll. fixed: ass/ssa overlays must use special buffer instead of gpu texture when rendering subtitle as reading from gpu texture is slow (alpha blending) Ps. This isn't cleanly mergable to linuxbranch, will require hand care, as it does have some cosmetics and changes to the ass files. I will look at merging that back later.
- 2008-05-20 13149 fixed: keyword was wrong for getSupportedMedia() python method.
- 2008-05-19 13137 changed: Xbox Media Center to XBMC in all the other places I could find it, the only place it was kept was where application compatibility should be concerned
- 2008-05-19 13135 fixed: Smartplaylists for music videos weren't retrieving artist + genre matches correctly, thanks to tut-ankh-amon
- 2008-05-19 13129 changed: renamed Xbox Media Center to XBMC in xbmc.vcproj
- 2008-05-19 13128 removed: old sqlite tools
- 2008-05-19 13127 added: Python method getSupportedMedia('video/music/picture'). The return value is a pipe separated string of filetypes (eg. '.mov|.avi')
- 2008-05-19 13124 changed: more references to Xbox Media Center changed to XBMC
- 2008-05-19 13123 changed: replaced most references to Xbox Media Center to XBMC
- 2008-05-19 13122 added: a few license headers that we missed the first time changed: Changelog.exe should print XBMC instead of Xbox Media Center. Should we really have Changelog.exe in SVN?
- 2008-05-19 13121 fixed: reverted part of 12983 as episode thumbs from thetvdb.com no longer loaded.

 XBMC 2008-06-01 SVN rev13360 build - T3CH

  Site officiel : http://www.xboxmediacenter.com
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Gueux
 Gueux : Votez pour votre T-shirt Gx-Mod
Posté par legueux le 28/5/2008 15:12:51 (333 lectures)
Après plusieurs mois de propositions part les membres de Gx-Mod concernant des modèles de T-shirts, voici une sélection que nous vous proposons de départager via un vote.



Il s'agit de restreindre cette sélection à un maximum de 2 modèles. Cette sélection de 8 modèles n'appelle pas spécifiquement à commentaires car il est impossible de satisfaire tout le monde, les goûts et les couleurs étant inconciliables dans une communauté de notre taille mais si nous souhaitons avancer réellement dans ce projet des décisions doivent être prises.

Une fois les 2 modèles sortant du lot désignés, nous entamerons les demandes de devis auprès de fabricant. Nous effectuerons également au même moment un second vote pour tenter d'avoir une idée sur les quantités moyenne susceptibles de peser dans les négociations avec les fabricants.

Les votes prendront fin dans 7 jours.

Bon vote.

  Site officiel : Accéder au vote
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Gueux
 Gueux : Gx-Mod crée son équipe de Poker - Seconde saison
Posté par legueux le 23/5/2008 12:00:20 (1128 lectures)
La ligue de poker eSport Poker organise dès maintenant les qualifications pour le lancement de la ligue eSport-Poker en France.

Seconde nouvelle saison de Esport-Poker.com – $220,000 de cash prizes

Le système du Poker en ligue: des joueurs de tous les pays peuvent participer aux matchs de poker et gagner $ 220 ,000.

Mais il y a plus encore. Pour cette nouvelle saison, la ligue populaire de TeamPlay sera accompagnée d'une ligue en 1 contre 1 – la Ligue eSports-Poker HeadsUp

Nous recherchons à présent les meilleurs joueurs solo de Poker en Europe. C'est à vous de montrer votre talent. Avec votre équipe ou dans la ligue Headsup – il ne restera qu’un seul champion !

Enregistrez-vous pour cette compétition sur www.eSport-Poker.com !




eSport-Poker.com TeamPlay

Notre ligue populaire de TeamPlay. Enregistrez votre équipe de Poker et essayez de monter jusqu'au Top. Vous commencez par les ligues de qualifications (Open Leagues). Les jours de matchs sont les Jeudis et les Lundis à 19:00. Il suffit de se qualifier seulement dans une Open League si vous souhaitez avancer au niveau des ligues professionnelles dans les PlayOffs. C'est comme ça que se passent les sélections.




eSport-Poker.com Champions League

Les meilleures équipes de chaque ligue (au niveau Européen) se battent contre les meilleures équipes d'Espagne, d'Angleterre et d’Allemagne. Les meilleurs joueurs des Open Leagues ont une chance de se qualifier pour la Champions League.


La première saison de la Ligue eSport-Poker.com HeadsUp – $40,000 de prize pool



La Ligue eSport-Poker.com HeadsUp – L'Arène pour des combats en face à face. Le meilleur Joueur gagne. Pas de place pour les hésitants. Plus de $40,000! Et vous pouvez commencer dès maintenant !
Entrez dans les Open Leagues, jouez au Poker jusqu'au niveau de la section pro et ramassez la pactole !

INSCRIVEZ-VOUS MAINTENANT

Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Software
 Software : XBMC 2008-05-18 SVN rev13120-REPACK - T3CH
Posté par legueux le 19/5/2008 12:04:01 (2300 lectures)
Nouvelle version de XBMC 2.0.1, lecteur multimédia pour Xbox qu'on ne présente plus.

Pour rappel, XBMC n'utilise plus le système CVS mais SVN pour la gestion des sources. De même, les versions T3CH intègrent désormais la version XBMC Win32 PC environment (fichier .exe) dont nous vous expliquions le fonctionnement sur cet article.

Voici le changelog de cette version :

- Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre0.99.4b rev2118 [scripts/Apple Movie Trailers]
- EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
- Team XBMC Lyrics 1.5.8 rev2068 SCRIPT [scripts/XBMC Lyrics]
- Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
- BigBellyBilly's T3CH Upgrader 1.6 [scripts/T3CH Upgrader]
- Nuka1195 & Dataratt's AOL Videos Plugin 1.1.1 [plugins/video/AOL Videos Plugin]
- Nuka1195's XBMC-Addons Installer 1.0 [plugins/programs/]
- Codecs for mplayer [/system/players/mplayer/codecs/*]
- PM3 Red Theme + PM3 Blue Theme by Jezz_X
2008-05-18 13120 updated: Greek language file, thanks Ydatografida
2008-05-18 13114 added: some additional exports for dlloader
2008-05-18 13113 fixed: dvdplayer would restart when renabling subtitles on dvdplayer and wouldn't always manage to get it enabled.
2008-05-18 13112 changed: enter/return key on keyboard should be select when in dvdmenu's
2008-05-18 13106 updated: Swedish language file by blittan (based on english 12748)
2008-05-17 13084 Fixed : Video Player would not resume from last position (as per elupus instructions)
2008-05-17 13083 fixed: cmyth is should be available in xbmc_pc
2008-05-17 13081 fixed: don't rebuffer in ff/rw operations (dvdplayer)
2008-05-17 13080 added: abort support for standard filesystem, which fixes aborts when libavformat has gone heywire and keeps reading without returning packets (dvdplayer).
2008-05-17 13079 fixed: dvdplayer's audio player could stall if you paused while it was dropping audio frames
2008-05-17 13078 fixed: compile failure in xbmc_pc
2008-05-17 13077 merged: backported warning fixes from linuxport
2008-05-16 13066 changed: Python controlButton setLabel() method to make label an optional parameter. (i.e. There are times when only label2 is needed to be set)
2008-05-16 13060 Changed: PM3 - Made layout of smart playlist editor window more logical with TYPE at the top
2008-05-16 13059 Added : PM3 "Media Info" style view for songs in Music Library (aka spiff request) smile.gif
2008-05-16 13058 Fixed : PM3 small text misalignment in file manager
2008-05-16 13057 added: Support for in fadelabel control.
2008-05-16 13056 added: Proper license headers to libexif.
2008-05-15 13053 fixed: remove unecessary (commented) include
2008-05-15 13052 fixed: don't show no album info found message if user cancels
2008-05-15 13051 added: proper license headers
2008-05-15 13050 changed XboxMediaCenter to XBMC
2008-05-15 13049 changed: old references to XboxMediaCenter.xml
2008-05-15 13048 changed: pasted the wrong version of the license into some files
2008-05-15 13047 added: proper license headers
2008-05-15 13046 fixed: add header guard + proper license header
2008-05-15 13045 removed: Dell-specific references from copying.txt added: license header to python files
2008-05-15 13044 fixed: use upper case header guard + proper license header
2008-05-15 13043 fixed: _ define names are reserved for compiler + add proper license header
2008-05-15 13042 added: license headers to xbmc/cores/
2008-05-15 13041 added: proper licences to xbmc/screensavers/
2008-05-15 13040 added: proper licences to xbmc/visualizations/
2008-05-15 13039 added: proper licences to xbmc/(i* - z*)
2008-05-15 13038 added: missing include guard + license header
2008-05-15 13037 added: Proper licences to xbmc/settings/
2008-05-15 13036 added: proper licences to xbmc/osd/
2008-05-15 13035 added: Proper licences to xbmc/FileSystem/
2008-05-15 13034 added: missing include guard + license header
2008-05-15 13033 added: missing include guard + license header
2008-05-15 13032 added: #pragma once to config.h
2008-05-15 13031 added: single include check to emu_misc.h
2008-05-15 13030 added: license header to scripts/ and xbmc/cdrip/
2008-05-15 13029 added: license headers to guilib/
2008-05-15 13027 added: proper license headers
2008-05-15 13026 changed: GNU Make to XBMC in header
2008-05-15 13025 updated: example license header
2008-05-15 13018 Changed : PM3 Media info views are now told what they can appear in instead of what they can't (stops them showing in the library root path)
2008-05-14 13010 fixed: atleast give black and white output in xbmc_pc for video playback. (since pixelshaders doesn't work properly)
2008-05-14 13009 fixed: led control wasn't applied on profile load
2008-05-14 13007 fixed: total time wasn't being reported for mythtv recordings
2008-05-14 13006 added: forward slash to xbmc_pc keyboard mapping
2008-05-13 12985 fixed: container.content would be wrong in the video info dialog if opened from file view
2008-05-13 12984 fixed: tvshow nfo didn't work and could crash due to library.hascontent(videos) skin evaluation during a transaction. we need to properly handle queries during transactions somehow. changed: some code cleanups
2008-05-13 12980 changed: saner default scrapers
2008-05-13 12975 fixed: possible crash when fadelabel updated during a scroll event.
2008-05-13 12974 fixed: Our embolden font routine (from freetype) was far too generous when it comes to spacing characters. Bold fonts should look better now.
2008-05-12 12973 fixed: lists were refreshed (thumbs free'd and reloaded) whenever you moved on or off lists.
2008-05-12 12968 fixed: untested but should fix the issue mentioned in http://xbmc.org/forum/showthread.php?t=33129
2008-05-12 12966 fixed: compile error, _WIN32 is also defined for xbox.
2008-05-11 12957 changed: reduce logging of upnp client on server renewal.
2008-05-11 12956 fixed: dvdplayer shouldn't grow total time, if it initially didn't have any total time.
2008-05-11 12955 fixed: CRingBuffer crashed if Created, Destroyed and Created again (same instance), due to critical section being destroyed on destroy instead of destructor. caused shoutcast to only work once on win32, no idea how it worked on xbox.
2008-05-11 12954 fixed: curl's dns lookup would fail on win32 with our dllloader changed: use our wrapped CeateThread instead of standard CreateThread for _beginthreadex.
2008-05-11 12948 fixed: DVDSubtitleStream would messup data on seeks.
2008-05-11 12947 fixed: CDVDSubtitleStream SEEK_SET was not working.
2008-05-11 12946 reverted accidental commit
2008-05-11 12945 fixed: microdvd parser for dvdplayer would leak filehandles, and assert (stop xbmc on invalid files)
2008-05-10 12934 updated Greek and Dutch translations, thanks Ydatografida and MSG.
2008-05-09 12933 changed: Reset the search timer whenever any action is performed in the virtual keyboard during a music search.
2008-05-08 12930 changed: Faster checking for duplicates when filtering items in video library (means faster listings).
2008-05-08 12929 fixed: Container content would be reset when filtering items (i.e. always in movie listings)
2008-05-08 12928 Changed : download TV Show season thumbs setting is on by default
2008-05-08 12926 Fixed : quick work around for Weather not displaying thanks kurai-kaze on xbox-scene forum
2008-05-08 12925 fixed: Container.Content didn't work in several different circumstances.
2008-05-08 12924 fixed: Sort order when queuing items still wasn't correct.
2008-05-08 12923 added: listitemposition(offset).* infolabels - same as listitem(offset).* except the offset is from the first item in the list, rather than from the focused item. Allows you to extend the appearance of the number of items in the list whilst still having a limited number of active items you can move to. Effectively extends the idea of a fixed list to allow multiple positions in the list allowed to focus. Note: There is no wrapping if you go off the end of the list.
2008-05-07 12915 fixed: real fix for the xbmc lyrics crash. TODO: get rid of the nasty IsMediaWindow shenanigans in GUIPythonWindowXML.
2008-05-07 12914 fixed: don't go around casting windows to CGUIMediaWindow without making sure it is polite to do. fixes hang with xbmc_lyrics if show visualizer was enabled
2008-05-07 12913 fixed: RemoveSlashAtEnd() was called on video default paths
2008-05-07 12912 fixed: play using didn't work in video library
2008-05-07 12909 updated: Greek and Polish translations, thanks Ydatografida and Smuto.
2008-05-07 12907 added: Control.SetFocus(id,position) to allow focusing of a list and selection of the position to focus. added: Container(id).Position label - returns the position as a label. With these two things you can do Control.SetFocus(id2,$INFO[Container(id).Position]) to move naturally between two lists next to each other, keeping the same row focused.
2008-05-07 12904 fixed: Aspect ratio and sizing of textbased subtitles in different resolutions was still incorrect. We now assume the size specified in settings suits PAL4x3, and scale accordingly. This may mean the font looks a bit larger than what you're used to in higher resolutions, so feel free to reduce the size a bit in settings.
2008-05-06 12900 updated: Maltese and Czech language files, thanks michelbugeja and ezechiel.
2008-05-05 12897 fixed: dvdplayer wouldn't allow user to seek to start of file easily by skipping before start point.
2008-05-05 12896 added: to group controls - set to true to render the focused item last. Useful for lists of controls which overlap when they focus.
2008-05-05 12892 fixed: m_stackItems was not created in GUIDialogFileStacking
2008-05-05 12891 changed: speed up the artist info queries a bit by using an enum for the fields
2008-05-05 12890 updated: filmweb.pl scraper (thanks to smuto) updated: ofdb.de scraper (thanks to bootsy collins)
2008-05-05 12889 fixed: httpapi takeScreenShot would not allow virtual folders as parameters
2008-05-05 12888 fixed: Infolabels ListItem.Filename/Path/FilenameAndPath changed: ListItem.Path to only return the path portion Thanks JMarshall
2008-05-05 12887 changed: Conditional itemlayouts in list to evaluate immediately, rather than on refresh.
2008-05-05 12886 fixed: Progress control wouldn't show immediately if the background texture width was much less than the control width.
2008-05-04 12884 fixed: Infolabels ListItem.Filename/Path/FilenameAndPath did not work for plugins (I would thank JMarshall (since he gave me the fix) if he checked my work before I committed so I would have looked like I knew what I was doing)

 XBMC 2008-05-18 SVN rev13120-REPACK - T3CH

  Site officiel : http://www.xboxmediacenter.com
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Emulation
 Emulation : Atarixlbox v7
Posté par legueux le 10/5/2008 3:14:51 (1238 lectures)
Madmab propose une nouvelle version d'Atarixlbox, un émulateur Atari 800/5200/130/320/XL/XE porté initialement par Xport.

Le changelog étant conséquent nous vous proposons celui-ci dans sa langue maternelle :

Citation :
**** Atari core related changes ****

- Fixed new pokey sound issues. Using a modified new_pokey engine by foft, author of the GP2x port of atari800.

- Core updated to ver 2.03 with the exception of the pokey engine.

- New NTSC palette code using some routines created by Kr0tki.

- Autoconfiguration for select games. If you do not have a game configured and the emu finds a matching crc in the configs\game directory it will ask you if you wanna use it.

- 5200 Overlay support!! Now you can bring up the corresponding overlay for whatever 5200 title you are playing. Just use the same button used to bring up the onscreen keyboard (currently left trig+x for 5200). Use left analog or digital pad to select a keypad button. Right analog moves the overlay around. Black makes more transparent, white less transparent. The overlay location is saved for each title.

- Support for the 5200 analog stick. It is only read when in 5200 mode.

- Dual Analog support! Yeah Dual Robotron and Space Dungeon baby!! Just check out the configuration screen and enable dual analog.

- Trackball support! Use for games like Missile Command and Centipede. Plus a trackball/analog stick sensitivity mode to make certain games more playable. 100 is the default. 70-80 is a decent setting for titles like Missle Command and Super Breakout.

- Replaced generic keyboard with 130xe look alike (only used within game). Keyboard can be moved with right analog stick. Keyboards location and transparency are saved in each games configuration.

- Extra functionality for the virtual keyboard. Cursor can be moved with the analog stick. X button toggles shift key. Y toggles ctrl key. Start presses enter and back backspaces. White/Black change the keyboard transparency.

- Lightgun support. Barnyard Blaster, Bug Hunt, Crossbow, and Special Forces play pretty well.

- New default "Miner 2049'er skin" you can change it to the "old_atarixlbox" if it rakes on your nerves.

- Ability to pick a file from within a zip file. That way multi-disk games can be zipped now. Code stolen from the ViceX emulator. Keep in mind that if you play any game that "saves" to a floppy, that disk has to be a seperate UNZIPPED file.

- New option in the "Game Options" menu to display what files are "loaded" in drives 1 thru 4. Plus I added a rotate disks option. Press the A button when viewing the loaded disks.

- Added rotate_disks option to the controller setup.

- Option in configuration menu to allow swapping of joystick in port 1 and 2. I think like a total of two 8-bit and 1 5200 game use this.

- Rewind and slow down functionality. This was already in the last release by x-port but I just wanted to re-iterate. :P

- Ability to turn on/off player/missile/playfield collisions (for cheating). Try it on games like Pacman or Jumpman. The collision setting is not saved, but the sprite collision detection settings are saved on exit. So all it takes is a simple hop into the options menu to re-activate it.

- Added in to configuration menu "do not allow activating attract mode". Really only useful in demo's. This and above idea borrowed from AwinPlus.

- Paddles 0 & 1 are now mapped to sticks 1 &2, or 3&4 depending on what port you have the mouse set too.

- Added built in disk menu for using with megaimages. When you turn this option on the emulator will read the disk and display all games on it for your selection. It's under the "computer specific options" and it's called "Use built in disk menu". Thanks to HiassofT for letting me use Picodos as the built in disk menu.

- Add in the ability to play SAP music. I used the ASAP code made by Piotr Fusik. Playback speed (for SAP files) can be set to either NTSC or PAL. For those not in the know SAP is like the Atari equivalent of the SID collection for the C64. Check it out at "http://asma.atari.org". The player can also play the following formats, CMC (Chaos Music Composer), CMR (CMC Rzog), DMC (DoublePlay CMC), MPT (Music ProTracker), MPD (MPT DoublePlay), RMT (Raster Music Tracker), TMC, TM8 (Theta Music Composer 1.x), TM2 (Theta Music Composer 2.x).

- modified the cheat code system to read/write values the way an Atari would. That way you can check, for example, the player/missile collision registers to see if a collision happened. Or you could (in theory) disable certain sound channels, etc.

- Added ability to add in cheat codes from a Gameshark compatible database (see description below). This includes the ability to export the cheat codes in a game to "share" with your friends. Cheat/rumble codes are included for most 5200 games. When "adding" codes from the gameshark DB it will move you to the entries with a matching CRC. If not you'll have to manually find the game (sorry, only one CRC per game).

- Fixed artifact mode selection option, it can now be used for games like (drol, lode runner, etc).

- Fixed screenshot saves. The colors are now correct.

- Corrected screen not displaying properly when no filter is selected. (look at the ladders in games like donkey kong and jumpman). Filters still place garbage on the right and bottom of the screen though. Thanks to x-port for advice.

- Record/playback now work correctly. Thanks to x-port for advice. It now also records all keyboard presses and 5200 analog movement as well as Paddles 0 & 1.

- Added a record analog (yes/no) option so you can double the record time for those 5200 games that do not really need the analog stick (galaxian, pitfall, etc). Analog stick will be disabled.

- Changed so player/missile detection still occurs when fast forwarding.

- "autodetect" for media type. In most cases you can exit the options screen and be good to go (see tips on getting a game to run). Unfortunately cart types have to be selected, but I did make it easier (see "oddball cart types" below).

- Turned on code for upload/downloading configurations to website.

- Thanks to Brian Berlin (aka eegt97) 5200 Star Trek and Pitfall can be started now. Brian did the pc 5200 emu kat5200. Be sure to check it out!

- 5200 games like Missile Command, Centipede, Pole Position, Pengo, and Xari Arena are playable. Super Breakout is a little more playable.

- Thanks to Kr0tki Bounty Bob is now playable. There are only two working versions of Bounty Bob that I know of. The correct 5200 dump and the cassette version released in the UK. I highly suggest the 5200 version, UK version is a little slower. Set the UK version to PAL for it to work properly.

- Netplay should now work properly and it passes keypresses as well. No analog yet though.

----------------------------------------
**** Interface related changes ****
----------------------------------------

Upload configuration has been removed from the configuration screen and moved to the options screen where it makes more sense to use it.
Upload configuration adds file CRC and media type to the name. Download configuration displays current file CRC for user comparison.

Modified the button definitions to include "5200 specific" options (no more crazy mapping!), as well as removing unneeded stuff like "F1-F10". Things less likely to be used (like mouse buttons) I pushed towards the end of the list.

Changed the "Game Configuration" menu so it only displays options specific to the machine type selected. This includes the Video type "NTSC/PAL" option since there is no such thing as a PAL 5200.

Autoselect media automatically brings up the cartridge select screen if the media type is a cartridge.

The cart select screen now only displays applicable cart entries. Those that are the same size as the file in question as well as filtering out computer/5200 depending on what system is currently selected. Unusual cart types are not displayed by default (see "oddball cart types" below).

Some menu changes. Specifically..
Split the computer specific options to a second screen. If you set the computer type to something other than Atari 5200 a menu option will appear allowing you to set them. All shared options are left on the main config screen.
If the computer type is set to Atari 5200 it will automatically (on exit) set the media type to cartridge and if the cart type is not 5200 specific it will bring up the cart select screen.

removed atari_ostype. If anyone can think of a reason to keep it, let me know.
removed pokey_type. We default to pokey_new. Is there any reason not to?
removed "Enable 0xC000 RAM in Atari 800."
removed "RTime Emulation" the emulator by default gets the current date/time anyways.

Basic Cartridge is set to on when autodetect detects a basic program.

Menu option in "computer configuration" called "Lock in Autoselect Media Type". The "lock in" feature is there to let the user to change the media type if for some odd reason they want to, but prevent the user from accidently changing it. Autoselect should get it right 99% of the time, but JIC.

Changed the default cntrlr preset to "Atari Joystick". It auto changes to when the user changes the machine type.

Added custom presets for the controllers. These are in the "Game Configuration" and "Game Options" menu. Controller settings can be saved under these defaults if you do not like the way I set them. ;) Only Emulator Definitions and Joypad Mappings are saved. There are three kinds.

Atari 5200 for 5200 games.
Atari Joystick for most stick based games. Common keys like space, enter, and esc are mapped to buttons.
Atari Keyboard for games like Ultima IV. Same as Joystick except the keypad is mapped to the arrow keys.

Controller preset filenames are "Atari 5200 Stick.ini", "Atari Joystick.ini", and "Atari Keyboard.ini" and are stored in the default saves directory. The emu copies these from your emu directory into the default saves directory so make sure they are in there. If not you can manually copy them over or just define them yourself!!

For Atari Joystick. Xbox d-pad is mapped to the joystick. A = "button 1". B = "stick up" (for games that require pressing up to jump). Start= "Start". Back = "Select". Black = "Option". White = "Esc". X = "space". Y = "enter". Right stick up=1, left=2, right=3, and down=4. Left trig+Right stick up=5, left=6, right=7, down=8. Left trigger+X=0 and Left trigger+Y=9. Start+Back=Cold_Start(reboot).

Atari Keyboard is the same as Atari Joystick except the stick is mapped to the keyboard arrow keys. (for you Ultima fans).

Atari 5200 Stick. Use the left analog stick or the Xbox d-pad for the joystick. A= " button 1". B= "button 2". Start= "Start". Back= "*". Black= "#". White= "Pause". Numpad is assigned the same as Atari Joystick except 0 is assigned to X and 9 is assigned to Y (no left trigger). Start+Back=Cold_Start(reboot). White+Black=Reset button.

Changed cartridge descriptions so the proper choice is a little more obvious.

Fixed a few interface "quirks" regarding playing game sounds while emu is paused.

Modified the select save state screen so it tells you whether your "loading" or "saving", can be a bit confusing when hot keying to that screen. Also now displays whether a save file has a record session (R) associated with it.

When a new save state is created it deletes any recordings and if you press the "back" button while in the save state select screen it will allow you to delete that save state (as well as it's recording).

Utilities menu display modifed to state "stop or start recording/playback" depending on whether they are turned on or off. It also displays total minutes remaining or played so far.

Record/Playback turn off when exiting a game. Boy that sure caused some confusion.

Switched positioning control of sprites in the skin menu to the left analog stick, that way you don't have to worry about unintentionally lowering the volume.

Savestate load screen is a little more informational when sent to it from the save/record option.

When you save a picture it removes the screenshot save path making it easier to see long names.

Changed order of some of the entries in the "Music Control Menu". Added options to skip to next/prev song within a SAP/tracker file. Pressing "start" while in the game select menu will play any SAP files in the "sap" directory with a matching filename.

Added an option to show (view) song name when the mp3 player changes songs. It also shows the song number within a SAP file for multisong SAP's.

Playlist repeat mode, and View Name setting is saved in INI file.

When "adding a code" from the "edit code" screen the current code is copied as a template. You can activate/deactivate a code from the "cheat code list" menu by pressing start.

Deleting a code now asks you if you are sure (I got tired of accidently deleting my codes ).

Changed the cart select screen so it does not show the "oddball" cartridge configurations. This can be toggled by selecting the "Show Odd Cart Types" line. This is my solution to the one thing that bothered me about automediadetect, and that is the rather large cartridge type list with mostly useless entries.

----------------------------------------
**** Internal changes (the boring stuff) ****
----------------------------------------

Disk mounts from savestates are now automated. The only exception is Samba/Relax drives. I have not decided (if even possible) what to do about them. Old savestates, most likely, are incompatible. Although it is smart enough to ask you for them if it can't find 'em.

If you set the mouse type to anything other than "none", load a game, and then load a game where the mouse type is "none" it doesn't reset. So for example 5200 games will lose their analog control. Fixed..

Fixed up the problem created from using multiple files in a .zip. This error also occured when "changing disks". Removed all the configure game code that does not need to execute when changing disks and changed it so the emulator keeps all of the save/config/key stuff underneath the originating (read boot) disks name. Keep in mind that if you play any game that "saves" to a floppy, that disk has to be a seperate UNZIPPED file.

Seems the capslock key was not mapped properly. Fixed it, now we can type in lower case! Keep in mind on the Atari caps works in reverse. Pressing capslock will put you in lower case, unlocking capslock puts you back in upper case. 8:

Apparently the emu does not "unload" a cartridge, disks, executable, or cassette when switching games thus creating weird behavior. (like atari basic being unusable). Fixed that.

Fixed problem when a filename inside a zip contains too many characters. While I was at it I fixed the space as the last character when trimming to 42 characters behavior. Zip files where the path was saved now unzip correctly.

Artifact mode didn't turn off when using it and switching games.. fixed

Rewind and Fastforward are de-activated during record/playback and netplay mode. It even tells you so when you try!! Keyboard is de-activated during playback.

Rewind is deactivated when in 130Xe or higher mode (crashes).

Modified YesNoMenu so it doesn't clear m_menuText.

Put in some code that hopefully will prevent any conflicts when cold_restart is mapped to a combo where one of the buttons is mapped to something else (like START for example).


 Atarixlbox v7

  Site officiel : http://xport.xbox-scene.com
Format imprimable Envoyer cet article à un(e) ami(e) Réagir à cet article


Software
 Software : XBMC 2008-05-04 SVN rev12881 - T3CH
Posté par legueux le 5/5/2008 12:55:07 (1913 lectures)
Nouvelle version de XBMC 2.0.1, lecteur multimédia pour Xbox qu'on ne présente plus.

Pour rappel, XBMC n'utilise plus le système CVS mais SVN pour la gestion des sources. De même, les versions T3CH intègrent désormais la version XBMC Win32 PC environment (fichier .exe) dont nous vous expliquions le fonctionnement sur cet article.

Voici le changelog de cette version :

- Killarny & Nuka1195 & Pike's Apple Movie Trailers (AMT) SVN pre0.99.4b rev2118 [scripts/Apple Movie Trailers]
- EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
- Team XBMC Lyrics 1.5.8 rev2068 SCRIPT [scripts/XBMC Lyrics]
- Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
- BigBellyBilly's T3CH Upgrader 1.6 [scripts/T3CH Upgrader]
- Nuka1195 & Dataratt's AOL Videos Plugin 1.1.1 [plugins/video/AOL Videos Plugin]
- Nuka1195's XBMC-Addons Installer 1.0 [plugins/programs/]
- Codecs for mplayer [/system/players/mplayer/codecs/*]
- PM3 Red Theme + PM3 Blue Theme by Jezz_X
- AMT updated to 0.99.4b; NOTE: if you have duplicate actors for a movie, a rebuild of the DB is needed. Keep the cache, just delete AMT.db and it should rebuild fairly quickly.
- T3CH Upgrader updated to 1.6
2008-05-04 12881 fixed: ListItem.Filename and ListItem.Path infolabels would not work from library. added: ListItem.FilenameAndPath infolabel for consistency (same as ListItem.Path)
2008-05-04 12880 added: abilty to hide scripts/folders in the scripts window. (You prepend a dot to the name. eg ".backups" folder (without quotes) would be hidden)
2008-05-04 12879 fixed: Stopping webserver and then re-starting webserver would cause crash
2008-05-04 12878 fixed: [ 1954479 ] Fix minfanspeed setting GUI item. (thanks DrDDT)
2008-05-04 12877 fixed: Aspect ratio of subtitles in fullscreen video.
2008-05-04 12876 changed: Format items up on queue (means they'll queue in the order they'll list in a folder structure).
2008-05-03 12875 added: highlight currently playing shoutcast station/last.fm station/.strm file...
2008-05-02 12873 Changed : Added some background images for the home window scripts buttons (it used to share settings)
2008-05-02 12867 updated: Greek translation, thanks Ydatografida!
2008-04-29 12859 fixed: stupid c&p (tbh i cant really use that as an excuse, this was pure stupid)
2008-04-29 12858 fixed: new asap codec so we can avoid them nasty hacks - thanks again pfusik!
2008-04-28 12857 added: Ability to use togglebuttons in place of buttons in settingscategory buttons. Uses when rendering the selected category while in the settings list.
2008-04-28 12853 fixed: setting a dns suffix would break, dns lookup for internet queries. ( i'm surprised nobody spotted this smile.gif )
2008-04-28 12852 changed: moved player startup options to dvdplayer process instead of application process so player startup actually directly starts at the given time instead of doing a seek to it.
2008-04-28 12851 reverted accidental change
2008-04-28 12850 changed: don't cache/load subtitles in dvdplayer if subtitles are disabled for a given movie (or as default)
2008-04-27 12849 Added : PM3 - A big cover list view "List 2" to Library TV show seasons node
2008-04-27 12847 fixed: stupidity
2008-04-27 12846 added: log if no regexp matches a file during series folder enumeration
2008-04-27 12845 fixed: some polish to the asap stuff
2008-04-27 12844 forgot to update win32 project
2008-04-27 12843 added: asap (atari audio) codec to paplayer. thanks to pfusik
2008-04-27 12842 changed: export music database now exports associated artist / album paths to ease it for the nfo app. note that these paths may or may not hold bollocks, depending on your filesystem layout (code assumes artist/album1/ artist/album2/ etc layout)
2008-04-27 12841 fixed: album/artist nfo files didnt work
2008-04-27 12840 fixed: refresh tvshow ignored local banner / fanart
2008-04-27 12839 fixed: artist thumbs wouldnt update in listing if you fetched a new / changed thumb
2008-04-27 12838 cosmetics
2008-04-27 12837 fixed: if an exception is caught during video database export, make sure we close the progress dialog
2008-04-27 12836 fixed: make sure the title label is cleared while cleaning the video database
2008-04-26 12833 added: listitem.property(artistthumb) to album and song info dialogs.
2008-04-25 12832 added: listitem.property(artistthumb) to album and song info dialogs.
2008-04-24 12828 changed: changed INFOFLAG_LISTITEM_NOWRAP to WRAP instead, allowing me to tighten up the code a bit and make it more readable (thanks jmarshall!)
2008-04-24 12825 fixed: if Container was omitted when calling ListItemNoWrap, then the new NoWrap infolabels weren'tbeing caught. changed: added GETters for GUIInfo::m_data1 and m_data2 and changed all calls to use those instead of direct access. changed: cleaned up GUIInfo packing, and some of the code for the new NoWrap ListItems
2008-04-24 12824 fixed: small change to avoid compiler warning
2008-04-24 12823 added: inttypes.h and stdint.h to xbmc.vcproj and XBMC_PC.vcproj
2008-04-24 12822 added: xbmc project copy of inttypes.h and stdint.h
2008-04-24 12821 fixed: CGUIInfoColor::GetColor wasn't really const
2008-04-24 12820 fixed: specified TimeFormat string wasn't being recognized in System.Time changed: tighten up some of the ListItem code
2008-04-24 12819 fixed: video seeking issue. (r12818 from linux branch)
2008-04-24 12816 added: Mirrored all Container(x).ListItem(y). infolabels to a Container(x).ListItemNoWrap(y). versino that acts the same but will not wrap the list, and simply return empty if the specified offset is outside the list bounds. All ListItem items are available with the new infolabels (Icon, Label, Label2, etc, etc)
2008-04-23 12815 fixed: typos, I curse thee!
2008-04-23 12814 fixed: listitem.property(fanart_image) was being set all the time even if no fanart existed for the item<