Commit Graph

1313 Commits

Author SHA1 Message Date
Daniel S. Billing 19c1f2f56d Update issue templates 2020-07-25 23:00:12 +02:00
Daniel S. Billing 2e391a2c0c
Merge pull request #37 from DanielRTRD/updateENlocale
Update EN locale
2020-07-25 22:52:04 +02:00
darkfire006 67d357c459 Mach V fixes 2020-07-23 21:02:59 -05:00
Zottelchen 01bd460e3c
Updated Eggmoves inheriting to Gen 6 (#28) 2020-07-23 19:54:50 +03:00
darkfire006 eeeeb18e94 fixes from Mach IV 2020-07-22 22:23:38 -05:00
Yong Jian Ming f0fe3a53b4
Fixes alt-tab crash when the chatbox is open. (#33)
* Fix alt-tab crash when the user open the chatbox and did an alt-tab.

* remove accidental imports
2020-07-23 00:39:01 +03:00
Daniel Billing ae774a615b
Merge pull request #40 from DanielRTRD/updatedCredits
Updated credits
2020-07-22 21:44:44 +02:00
Daniel Billing fd3d82cecf
Merge pull request #38 from DanielRTRD/updateSVlocale
Update SV locale
2020-07-22 21:15:10 +02:00
Daniel Billing a56b7768d6
Merge pull request #36 from DanielRTRD/updateNOlocale
Update NO locale
2020-07-22 21:14:27 +02:00
Daniel Billing c27bbd1f2a Added a affiliate notice 2020-07-22 12:56:44 +02:00
Daniel Billing 1cf0ba8070 Updated my own name in the credits 2020-07-22 12:56:23 +02:00
Daniel Billing 2766a4bea2 Updated year for credits 2020-07-22 12:55:10 +02:00
Daniel Billing 43bc3fa1ec Updated MonoGame version 2020-07-22 12:48:43 +02:00
Daniel Billing 55e8875f2c Updated and added missing translations for SV 2020-07-22 11:34:03 +02:00
Daniel Billing 1019d574a2 Meny not menu (: 2020-07-22 11:05:07 +02:00
Daniel Billing f538b6aa5a Fixed spelling of Millenial 2020-07-22 10:53:41 +02:00
Daniel Billing 6ad1ac0c57 Minor tweaks for NO translation 2020-07-22 10:51:48 +02:00
Daniel Billing dec293ce97 Full update of NO translation 2020-07-22 10:49:54 +02:00
Daniel Billing 430199af67
Merge pull request #1 from P3D-Legacy/master
Up to date
2020-07-22 09:29:53 +02:00
darkfire006 a1ab3786ac Mach III fixes 2020-07-18 20:04:10 -05:00
TheOmegaGhost 15c5dd5cd5 New Cries 2020-07-17 18:02:22 -03:00
darkfire006 b77ea6890a some Gen 8 data files + a small music fix 2020-07-13 22:10:50 -05:00
TheOmegaGhost 0af092047f New Pokémon Sprites (OW + Big)
Galar Fossils
Duraludon
Dreepy Line
2020-07-13 22:42:19 -03:00
Vitaly Mikhailov f23ed8caa6
Direct IP connection fix 2020-07-10 19:50:33 +03:00
JappaWakka fae7349356
Fix audio engine & contentpacks (#35)
* Replaced existing Gen 2 SFX with better sounding ones (no ugly reverb)
Replaced MediaPlayer with NAudio(and NAudio.Vorbis) for playing music in order to fix random stopping issues.
The game now directly loads .ogg files instead of the .wma/.xnb combination from before.
ContentPacks are now able to replace Music and SFX again (I haven't added a menu yet for choosing ContentPacks).
To make older GameModes work with current versions, you can add the GameMode property EnterType and set it to "1", this will make the game use the older 2D NewGameScreen.

* Delete GameController.vb

* Add gamecontroller.vb back

* Fix sfx missing

* Battleintro doodle now doesn't loop anymore (for no trainer)
Changed the shutter sound (aka Large Door sound) to something more large door-y
Made the enter sound slightly louder
The enter sound now plays when going through any warp to or from an indoor map (including falling through holes)
The flying sound effect is played earlier in the animation after selecting a location
Changed played sound effect when using the Escape Rope to "teleport" instead of "destroy"
The bump noise now also plays when bumping into something in first person
Fixed small gap between the end of the intro song and the start of the main song
Replaced some songs with better songs

* Fixed some more intro issues

* Forgot to change a thing

* Fixed an error where the main music would play, ignoring the muted musicmanager.

* fix indenting in musicmanager

* The music player will now only start playback on a new song if the music player is not muted, fixed the end time calculation of the intro of a song after muting, Music can't be unmuted now as long as a sound effect plays that stops the music.

* Fixed league restplace position, fixed sound effects sharing the volume slider of the music, sound effects are now also muted when pressing M, changed music on/off popup to audio on/off, removed bump delay in first person, added more control on whether played songs should be looping or not.

* Fixed some more scripts that turn on thirdperson mode but don't check if it was on before or set it back to what it was before afterwards, also fixed a small error in creditsscreen.vb.

* Fixed indenting error in musicmanager.vb, fixed an error of mine where the loopsong parameter would be seen as the playintro parameter.

* Added more music commands, added quite some menu select noises, will add more later

* More select sound effects!

* Fix music not resuming after soundeffect

* Trainer using item now plays the single_heal soundeffect

* Pokémon cries now sound louder

* Possibly fixing crash when playing Pokémon cry at volume higher than 0.71

* Added better quality Pokémon cries, made random overworld cries slightly less loud, added cries for 719 and 720.

* Sound effects now sound louder

* Revert "Added better quality Pokémon cries, made random overworld cries slightly less loud, added cries for 719 and 720."

This reverts commit 8c9296ed1a.

* Fixed the cause of why the title screen music plays even when the game is muted

* Tabs to spaces

* Revert

Co-authored-by: darkfire006 <blazer257@live.com>
Co-authored-by: JappaWakkaP3D <66885565+JappaWakkaP3D@users.noreply.github.com>
Co-authored-by: JappaWakkaP3D <jasper.speelman@outlook.com>
Co-authored-by: Vitaly Mikhailov <personal@aragas.org>
2020-07-09 20:59:42 +03:00
darkfire006 46e8d314d4 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2020-06-22 23:38:46 -05:00
darkfire006 c8f42bee22 Trainer Tower done, bar testing 2020-06-22 23:35:15 -05:00
TheOmegaGhost dd26b04b66 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2020-06-19 23:47:28 -03:00
TheOmegaGhost cc2690dd9d Menu Sprite Reorganization 2020-06-19 23:47:03 -03:00
darkfire006 3d587b946a new smash rock items 2020-06-19 21:01:03 -05:00
darkfire006 3235464c92 text wrap fixes 2020-06-19 21:00:55 -05:00
darkfire006 add932f060 trainer tower battle maps 2020-06-16 23:31:04 -05:00
darkfire006 1fee12d2fa remove overlapping snow floors 2020-06-15 23:45:38 -05:00
darkfire006 5ed18d3998 Fossil Revival Systems! 2020-06-14 22:32:22 -05:00
TheOmegaGhost a0e523faaf Added Fossil Items 2020-06-14 01:57:50 -03:00
darkfire006 848cf8a1ea fix Jasmine's team
put the nature name instead of ID...
2020-06-12 14:43:40 -05:00
darkfire006 c5f319dedf dex rework for regional dexes
shiny charm requires completing three dexes
2020-06-12 00:28:32 -05:00
darkfire006 eaa4c384ca politoed switched to Marill 2020-06-07 04:34:33 -05:00
darkfire006 c695e34b6a Fix issue with Surf Skin 2020-05-27 21:46:46 -05:00
darkfire006 e40e550aa5 indigo plateau npc conflict fix 2020-05-18 12:20:54 -05:00
darkfire006 9d0698eecc Fix Dusk Ball/TM158 conflict 2020-05-12 08:58:35 -05:00
TheOmegaGhost 90e3ea7fee Contrary message display fix 2020-04-19 04:20:18 -03:00
TheOmegaGhost 8b9d0b0071 Minor item graphical changes
Final pass for type color coding for items and menus
2020-04-19 03:25:53 -03:00
TheOmegaGhost 000d45be6d Flash Fire now activates properly 2020-04-19 02:20:42 -03:00
TheOmegaGhost 11913fb146 New Emblems (3)
Tao Emblem for post Kyurem
Minor fix for monochrome stones
Heart Gold Emblem for Ho-oh
Soul Silver Emblem for Lugia
Can be achieved after battle on first encounter event
Retroactively achieved by revisiting encounter area
2020-04-17 21:19:32 -03:00
TheOmegaGhost ff8174bd01 Item sprites cleanup (2/2)
Menu sprites revamped
Types color-coded
2020-04-17 14:06:56 -03:00
TheOmegaGhost c1bc61aa27 Steel Beam move and tutor added 2020-04-17 01:35:44 -03:00
TheOmegaGhost df5a07c572 Center Script timing readjusted 2020-04-16 23:46:35 -03:00
TheOmegaGhost 0663bfd251 Move Reminder and Deleter Overhaul
Reminder and Deleter in every PokéCenter now
Replaces previously useless Mystery Gift NPC area
No longer costs an item, but unlocks as you get badges
Deleter requires 2 badges, reminder requires 4 badges
Fixed weird behavior in their menu screens (double move bug)
Moved Draco Meteor tutor to Blackthorn City house
Draco Meteor tutor is now more elegantly scripted
2020-04-16 23:27:36 -03:00
TheOmegaGhost 9949c565e1 Minor Move and Item name update
Leek updated
Vise Grip updated
Steel Beam half implemented
2020-04-10 00:07:57 -03:00