Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Morecmek #1450

Closed
wants to merge 11 commits into from
Closed

Morecmek #1450

wants to merge 11 commits into from

Conversation

RemoveRusky
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Dec 9, 2018

Codecov Report

Merging #1450 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1450      +/-   ##
==========================================
- Coverage    17.2%   17.19%   -0.01%     
==========================================
  Files         164      164              
  Lines       17104    17103       -1     
==========================================
- Hits         2942     2941       -1     
  Misses      14162    14162
Impacted Files Coverage Δ
ENIGMAsystem/SHELL/Universal_System/loading.cpp 89.18% <0%> (-0.29%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 063b9e1...ffa311f. Read the comment docs.


// IDE_EDITABLEs added before compile
virtual int compile_parseAndLink(EnigmaStruct*,parsed_script*[], vector<parsed_script*>& tlines, const std::set<std::string>& script_names) = 0;
virtual int compile_parseSecondary(map<int,parsed_object*>&,parsed_script*[],int scrcount, vector<parsed_script*>& tlines, map<int,parsed_room*>&,parsed_object*, const std::set<std::string>&) = 0;
virtual int compile_parseAndLink(EnigmaStruct*, vector<parsed_script*>&, vector<parsed_script*>& tlines, const std::set<std::string>& script_names) = 0;
Copy link
Member

Choose a reason for hiding this comment

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

Prefer const& so it's clear nothing is being mutated (the stuff behind the pointers may be, but that's fine).

@ghost ghost closed this Jan 20, 2019
@RobertBColton RobertBColton reopened this Mar 18, 2019
@RobertBColton RobertBColton added Compile Involving parsing and compiling of the game and linking of its assets. Asset Pipeline Involving emake and the related asset pipeline libraries and tools. labels Mar 28, 2019
SOURCE_DIR "${CMAKE_SOURCE_DIR}/CompilerSource"
BINARY_DIR "${CMAKE_SOURCE_DIR}/build/compiler"
CMAKE_ARGS ${CL_ARGS}
)
Copy link
Contributor

Choose a reason for hiding this comment

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

You're missing a newline here.

Copy link
Contributor

Choose a reason for hiding this comment

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

this pr should be closed. idk y some idiot reopened it

@RobertBColton
Copy link
Contributor

Closing in favor of #1642 which was recreated from this. The branch can be deleted some period of time after this has been closed.

@RobertBColton RobertBColton deleted the morecmek branch July 8, 2023 21:01
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Asset Pipeline Involving emake and the related asset pipeline libraries and tools. Compile Involving parsing and compiling of the game and linking of its assets.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants