Commit Graph

76 Commits

Author SHA1 Message Date
JappaWakka 166a150ce4 First Main Menu rework almost done
The options row buttons in the Main Menu now open their respective tab in the Options Menu when selected

The Content Pack Menu is positioned correctly

The Content Pack & Language Menus now fade in and out
2021-09-28 17:20:51 +02:00
JappaWakka ee42876afa Main Menu Work In Progress 28-09-2021
When selecting the Options button at the Main Menu, the top row moves up, revealing the Options row beneath it

When selecting the Options button at the Main Menu, the options row fades in now

The Options row now has the right amount of selectable buttons (4, not 5)

When selecting the Options button at the Main Menu, the top row doesn't reset position now

The distance between Options buttons is now the same as the top row
2021-09-28 15:34:12 +02:00
Jasper "JappaWakka" Speelman 86076944b2 Pause Screen Fixes + Indentation fix
- Fixed crash that occured when pausing the game during the old intro
- Fix weird indentation in warpblock.vb
2021-09-25 00:28:06 +02:00
Jasper "JappaWakka" Speelman b0ca5ab1d9 Options Menu update 2
- Applying ContentPacks works perfectly now and plays the Save sound when done
- ScrollBars in the options menu work correctly again
2021-09-25 00:27:12 +02:00
JappaWakkaP3D 8263bbe390 Main Menu Work in Progress 21-09-2021 2021-09-21 17:45:56 +02:00
JappaWakka 66079e69d0 [Crash fix]
Fixed crash that occurs when exiting to the main menu through the pause screen while the game window is minimized or not active in general.
2021-01-21 10:37:27 +03:00
Ruan Pablo b361c496a2 Unown menu logic fix
Also minor change to join server screen
2020-09-12 04:39:49 -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 c695e34b6a Fix issue with Surf Skin 2020-05-27 21:46:46 -05:00
Vitaly Mikhailov 6e0b1d1550
Added command to change Screen.Fade color 2019-10-11 21:39:42 +03:00
CaptainSegis 74517e2f5f v0.55.2 Release 2019-02-03 18:19:11 -05:00
CaptainSegis 3fb1cd0e89 Added back gender switching and save reset buttons for GameJolt saves. 2019-02-02 03:59:03 -05:00
CaptainSegis a24f5ff637 Hopefully fixed a couple of crashes 2019-01-31 01:35:14 -05:00
CaptainSegis aef1cdbec1 Prep engine for new emblems. Temporary changes should be reverted when GJ support for trophies is brought back. 2019-01-23 06:11:11 -05:00
CaptainSegis e2567d073f Fixed karrablast/shelmet trade. Fixed multiple bugs related to new offline saves. 2019-01-21 23:38:32 -05:00
CaptainSegis 7891cfd77d Disabled toggle third person from the new game screen. 2019-01-13 12:06:43 -05:00
nilllzz 497e44a899 disable debug display on splash screen 2018-09-11 15:52:38 +02:00
CaptainSegis a1aff31089 Minor visual fixes 2018-08-16 18:53:49 -05:00
Tornado9797 1e96f29c4d Some quality of life changes to the beginning screens:
Updated license text on splash screen.
Updated start instructions, included it to be hidden if the GUI is disabled.
Back out of profile page back to title screen.
Various other minor revisements
2018-05-16 19:39:25 -05:00
CaptainSegis b347202964 Released most Kanto and Johto mega stones. Fixed being unable to join server. 2018-03-05 14:07:10 -05:00
nilllzz fc6a4c4d93 change lugia animation a bit and remove unused effect binaries 2018-02-24 18:50:45 +01:00
nilllzz a2cef30a50 change title screen background 2018-02-24 09:32:04 +01:00
nilllzz fcdcbad6c9 fix music, always summer/day in main menu 2018-02-24 01:20:42 +01:00
nilllzz ce42b42806 fix blur shader 2018-02-22 23:43:27 +01:00
nilllzz a1786d5181 literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00