Commit Graph

483 Commits

Author SHA1 Message Date
Aragas ffd3329a5c Fanta's transparent draw fix? 2016-12-04 21:27:24 +03:00
jianmingyong bbc6126e96 Revert whatever that is for testing purpose. 2016-12-04 05:21:08 +08:00
jianmingyong 7c27c6c3af Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy
# Conflicts:
#	2.5DHero/2.5DHeroContent/Content.mgcb
2016-12-04 05:00:31 +08:00
jianmingyong 5286e8dc11 Fix MGCB_Tool.exe 2016-12-04 04:59:38 +08:00
FantaX1911 ae4438ae0c Updated content.mgcb 2016-12-03 22:55:25 +02:00
FantaX1911 bb2001fb00 Changing the animation speed 2016-12-03 22:49:49 +02:00
FantaX1911 d25bcd3afb changed / to \ 2016-12-03 22:37:51 +02:00
FantaX1911 edb8d850b0 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2016-12-03 22:33:02 +02:00
FantaX1911 f66028cc0d Changed cameruptite to a sparkling NPC (sprite is WIP) 2016-12-03 22:32:46 +02:00
CaptainSegis 0b9ff0ee58 Fixed pokemon center script 2016-12-03 15:26:26 -05:00
Aragas 2910236da5 Version update 2016-12-03 20:49:37 +03:00
Aragas 88f5537eb0 version comparison fix 2016-12-03 19:47:52 +03:00
Aragas 214888dbcf Added missing textures 2016-12-03 18:28:01 +03:00
Aragas 1b5e61ce70 Added some files that are not really CLASSIFIED 2016-12-03 18:27:44 +03:00
Aragas 6d03ba1373 Added \n only check 2016-12-03 18:26:59 +03:00
Aragas 77941acc0e Removed unused ChannelClient and ChannelManager 2016-12-03 18:26:25 +03:00
jianmingyong 76e29f7e5f Move Content to 2.5DHeroContent. Fix gitignore 2016-12-03 04:55:03 +08:00
CaptainSegis 126d1dbd3f Released Ampharosite and Charizardite X. Added some summary sprites. 2016-12-01 23:49:09 -05:00
CaptainSegis 91fe3f26d7 Finished Maps and Scripts (except the location for the Mega Stones). Please test everything. 2016-11-30 03:51:14 -05:00
CaptainSegis 5c618891e1 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git 2016-11-25 19:13:57 -05:00
CaptainSegis bc0371157d Fixed the problem with symbols and probably the incompatibility with winXP as well by changing the minifont to Verdana 2016-11-25 19:13:47 -05:00
Aragas e414eef0f4 Damn é fix 2016-11-25 23:24:46 +03:00
CaptainSegis e7e25a156a Fixed King's Rock battle effect 2016-11-23 11:27:35 -05:00
CaptainSegis 029e7608eb Fixed substitute interaction with status infliction and stat changes 2016-11-23 10:44:58 -05:00
CaptainSegis 9d84c01461 Fixed Synchronize ability from interacting with sleep status infliction 2016-11-23 10:14:49 -05:00
CaptainSegis a88f62b323 Created new weather evolution condition, fixed sliggoo evolution conditions. 2016-11-21 13:10:08 -05:00
CaptainSegis fbecf71f64 Fixed nicknames from NPCs' mega evolving pokemon in Kolben Tower 2016-11-17 19:42:31 -05:00
CaptainSegis 103f0094ac Fixed two turn moves missing in the charging turn 2016-11-17 19:32:48 -05:00
CaptainSegis c14077d3e9 Made NPCs able to mega evolve their pokemon 2016-11-17 17:51:51 -05:00
CaptainSegis a29b90c174 Made the remaining pokemon from the hidden grottos to be obtainable 2016-11-17 11:56:32 -05:00
CaptainSegis 4f426ec08d Placed Light Clay item in Route 9 2016-11-13 21:42:18 -05:00
CaptainSegis 42ecd51262 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git 2016-11-13 18:36:17 -05:00
CaptainSegis c8154a3f1c Rearranged dept stores TMs, as per Darkfire's specs. Fixed TM38 price. 2016-11-13 18:36:08 -05:00
jianmingyong c1d0e6f1d2 Add @Pokemon.AddToStorage() More Info below:
Usage:
@Pokemon.AddToStorage([BoxIndex], PokemonData)
@Pokemon.AddToStorage(PokemonID, Level, [Method], [BallID], [Location], [isEgg], [trainerName])

Paramenter in square bracket [] is optional.
BoxIndex is the selected box you wish to dump into. They start from 0.
2016-11-12 04:05:07 +08:00
jianmingyong 7eac4b34ef Add @Pokemon.SendToStorage() More Info below:
Usage:
@Pokemon.SendToStorage(PokeIndex)
@Pokemon.SendToStorage(PokeIndex, BoxIndex)

BoxIndex is the selected box you wish to dump into. They start from 0.
2016-11-12 03:04:58 +08:00
jianmingyong 00c481f5d4 Add "Ctrl+X" functionality to the chat 2016-11-12 01:44:51 +08:00
jianmingyong fc30cc439c Fix typo that include so many times of same thing. 2016-11-12 01:00:53 +08:00
jianmingyong 2109a07a49 Typo fix 2016-11-11 23:45:06 +08:00
jianmingyong 203801e3b5 Remove tons of non needed lines. Make life better. 2016-11-11 23:42:54 +08:00
jianmingyong 9709404c56 Added new Level Action tag "SurfingBattleMap". More info below:
{"SurfingBattleMap"{str[MapName]}}
{"SurfingBattleMap"{str[MapName,x,y,z]}} <= x,y,z is the offset of the map.
2016-11-11 17:21:43 +08:00
jianmingyong 220cac3a26 Waterfall tile fix. More info below:
Waterfall tile now support multiple rectangle in one texture. As such, this fix the ability to use multiple water texture in the game.
2016-11-11 16:44:56 +08:00
jianmingyong bfd3c8d644 Fix the ability to use dive while the player is diving up or down. 2016-11-11 16:32:29 +08:00
jianmingyong 3fd5716f8e Water tile fix 2. More info below:
Water tile now support multiple rectangle in one texture. As such, this fix the ability to use multiple water texture in the game.
2016-11-11 15:59:13 +08:00
jianmingyong db9b3ed673 Water tile fix. More info below:
Water tile now support multiple rectangle in one texture. As such, this fix the ability to use multiple water texture in the game.
2016-11-11 15:50:41 +08:00
CaptainSegis 1524fbadce Added missing TMs from HGSS into the dept stores 2016-11-10 22:06:43 -05:00
CaptainSegis 5c37f35ca6 added support for Vivillon menu and overworld sprites (summary sprites still missing) 2016-11-10 10:56:38 -05:00
CaptainSegis 443adccad8 Added sprites for Clauncher, Litleo and Skrelp lines, added manaphy egg OW sprite 2016-11-09 22:43:28 -05:00
CaptainSegis 5a5a4a0b90 Added summary sprites for the Goomy line 2016-11-08 01:06:42 -05:00
CaptainSegis 108b87251d Created data files for Goomy, Clauncher and Skrelp lines, updated some existing files 2016-11-06 02:23:23 -05:00
CaptainSegis 7d217cf7e2 Fixed dive up typo 2016-11-05 20:35:00 -05:00
CaptainSegis 27b2861973 Added most missing gen 6 pokemon files, fixed lava tiles inside Underwater Cave 2016-11-05 20:14:46 -05:00
CaptainSegis db00f06482 Added some missing variables resetting in the switching out methods 2016-11-05 12:44:26 -05:00
CaptainSegis f95ae86504 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git 2016-11-05 10:56:06 -05:00
CaptainSegis b59d4c7f6c After Faint Switching, revision 3: Fixed major bug related to multi turn action 2016-11-05 10:55:57 -05:00
jianmingyong 75a9cf974a Convert binary to ascii version 2016-11-05 15:59:38 +08:00
CaptainSegis b1589a31bc Added missing cries 2016-11-03 01:15:55 -05:00
CaptainSegis 08d2837be6 Added missing gen 6 overworld sprites 2016-11-03 00:46:47 -05:00
CaptainSegis 929bd79c98 Fixed the Machop trade guy in goldenrod. Now Macho Brace is obtainable. 2016-11-02 23:37:01 -05:00
CaptainSegis c39e85bc3a Copied the right scripts into the project 2016-11-02 22:59:28 -05:00
CaptainSegis 5459ed2ac6 After faint switch, revision 2: Fixed case when both pokemon faint. 2016-11-02 20:56:04 -05:00
CaptainSegis dc26fdd75d Fixed Immunity ability typo, fixed Lum Berry not curing confusion. 2016-11-02 18:32:25 -05:00
jianmingyong 0f5b0f64cb Nuke shiny candy xD 2016-11-02 23:03:47 +08:00
CaptainSegis d145750ce4 Fixed null reference crash related to Sucker Punch move 2016-11-02 00:55:41 -05:00
CaptainSegis 68e277bf13 Fixed small graphic issue regarding Kyogre menu sprite 2016-11-01 23:55:23 -05:00
CaptainSegis 4039e371e3 Added new content, attempt to fix sleep crash 2016-11-01 19:13:47 -05:00
CaptainSegis 48887fbf17 Fixed lock on interaction with some two turn moves 2016-11-01 00:34:57 -05:00
CaptainSegis 8ed2ba478c Fixed Beat Up base power 2016-10-30 21:54:03 -05:00
CaptainSegis e76ffaab63 Implemented Eviolite (ID = 298) 2016-10-30 20:50:07 -05:00
CaptainSegis 7a9897f8f1 Fixed sucker punch interaction 2016-10-30 20:03:36 -05:00
CaptainSegis 3ca677e9d5 Fixed weather turn increasing items redundancy 2016-10-30 17:16:19 -05:00
CaptainSegis 45d770ed97 Implemented Regenerator and Imposter abilities, fixed critical EV Gaining crash 2016-10-30 16:53:09 -05:00
jianmingyong 9f11078e6b Nuke bomb Part 2 2016-10-30 00:53:20 +08:00
jianmingyong 26a0c6e821 Nuke mega stones. 2016-10-29 23:03:25 +08:00
jianmingyong 4c15879c09 Truck rotation fix 2016-10-29 02:08:46 +08:00
SViper 2d73bcf65e Add Lithuanian Localization 2016-10-27 19:33:27 +03:00
CaptainSegis 0defce4593 Added Mega Altaria and Mega Beedrill summary sprites 2016-10-26 20:52:02 -05:00
CaptainSegis bbd4046072 Fixed small graphic bug with manaphy egg 2016-10-26 18:52:58 -05:00
CaptainSegis 1751a7fe4e Implemented custom sprite for manaphy egg 2016-10-26 18:22:38 -05:00
CaptainSegis 844671b578 Inserted a boolean for later use 2016-10-26 16:59:42 -05:00
CaptainSegis 33c552a274 Fixed lvl 100 Pokemon not being able to gain EVs through training 2016-10-26 14:49:02 -05:00
CaptainSegis 47410f1cd6 Implemented EV Training Items. Did not add their IV breeding functionality yet. 2016-10-26 14:07:35 -05:00
CaptainSegis 6dbf882698 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git 2016-10-26 10:43:30 -05:00
CaptainSegis 33ed1677dd Implemented Mega Bracelet and its functionality 2016-10-26 10:43:19 -05:00
jianmingyong b6be3b4b28 Fix CPU lag bug on Join Server Screen. 2016-10-26 13:07:28 +08:00
CaptainSegis d22d1fd5d8 After Fainting Switch, Revision 1 2016-10-25 18:04:49 -05:00
CaptainSegis a328c279b0 Initial After Fainting Switching implementation 2016-10-25 01:58:59 -05:00
CaptainSegis 6221cf4806 Removed recently created, unused class. 2016-10-24 20:35:15 -05:00
CaptainSegis f7e93447d7 Fixed crash related to Mega Evolutions 2016-10-24 20:17:57 -05:00
CaptainSegis a81c8da491 Fixed ChoosePokemonScreen graphical issue 2016-10-24 19:45:29 -05:00
CaptainSegis 900e2d38fd Fixed PvP client not updating battle menu 2016-10-24 17:26:06 -05:00
jianmingyong 183934927e Update 2.5DHero.vbproj 2016-10-24 08:50:56 +08:00
CaptainSegis 4f7821a9e3 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git 2016-10-21 02:15:48 -05:00
CaptainSegis 38c381f692 Added lead pick for PvP matches 2016-10-21 02:15:35 -05:00
jianmingyong e754a4009e Revert "Updated to 7th Gen Standards"
This reverts commit
351b5ff1dc0c3f1ecf198f2652f3b4407cd751f5
4cb1844ae608729513ee75a7779889ff3345036d
af158713835d31e2fbf2a98591ab4c35ecb261a6
761d6e8e2d771cb202f3c4188a344ba79f1d6745
c6b61393893d7e743eeec43af6cc5c2d950c5890
d64f4dcb835222c6c8634ef9d9f8f76ce1e5c1c3
6ff5fd71976906083a606e9835251f7781a6a519
2016-10-21 13:12:48 +08:00
CaptainSegis 2490622091 Revert "Script fixes, regarding music tracks"
This reverts commit 95ca2859fa52ed10eb6e3d61170bb53fe0f12a12.
2016-10-20 18:57:55 -05:00
CaptainSegis 9b69767a5b Script fixes, regarding music tracks 2016-10-20 18:57:55 -05:00
CaptainSegis d01cb77914 Fixed 2016-10-20 18:57:55 -05:00
CaptainSegis 066c7614fe Revert "Switched to Windows MonoGamePlatform, fixes Song play"
This reverts commit 9e2cbc722e1e521cc8e68c5f97054608ce6b4b9e.
2016-10-20 18:57:55 -05:00
CaptainSegis ff3606e70c Changed nothing 2016-10-20 18:49:46 -05:00
SViper b3bfa58c36 Updated to 7th Gen Standards 2016-10-20 19:21:47 +03:00