Skip to content

Larger Events V4#3632

Open
LizardKing777 wants to merge 1 commit into
EasyRPG:masterfrom
LizardKing777:Larger-Events
Open

Larger Events V4#3632
LizardKing777 wants to merge 1 commit into
EasyRPG:masterfrom
LizardKing777:Larger-Events

Conversation

@LizardKing777

Copy link
Copy Markdown
modified:   src/game_character.cpp
modified:   src/game_character.h
modified:   src/game_event.cpp
modified:   src/game_map.cpp
modified:   src/game_player.cpp

Fresh build off the latest upstream source. Adds checks Event triggering and Vehicle boarding/unboarding code to ensure new code is only executing when {_X} and/or {!Y} strings are detected.

	modified:   src/game_character.h
	modified:   src/game_event.cpp
	modified:   src/game_map.cpp
	modified:   src/game_player.cpp

Fresh build off the latest upstream source. Adds checks Event triggering and Vehicle boarding/uboarding code to ensure new code is only executing when {_X} and/or {!Y} strings are detected.
Comment thread src/game_player.cpp
}

// Note: RPG_RT ignores the lock_facing flag here!
if (vehicle->IsAscendingOrDescending()) return false;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is slowly getting at a reviewable stage.

Your commit contains various unrelated changes. Carefully look through your commit and fix them.

Imo this here is a good example: it changes the formatting and removes a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants