Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
REIKAI
ygopro
Commits
8cb44c11
Commit
8cb44c11
authored
Nov 21, 2017
by
edo9300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated stats and zones info drawing
parent
b08d4a61
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
236 deletions
+82
-236
gframe/drawing.cpp
gframe/drawing.cpp
+78
-235
gframe/game.h
gframe/game.h
+4
-1
No files found.
gframe/drawing.cpp
View file @
8cb44c11
This diff is collapsed.
Click to expand it.
gframe/game.h
View file @
8cb44c11
...
@@ -105,7 +105,10 @@ public:
...
@@ -105,7 +105,10 @@ public:
void
DrawCards
();
void
DrawCards
();
void
DrawCard
(
ClientCard
*
pcard
);
void
DrawCard
(
ClientCard
*
pcard
);
void
DrawMisc
();
void
DrawMisc
();
void
DrawStatus
(
ClientCard
*
pcard
,
int
x1
,
int
y1
,
int
x2
,
int
y2
);
void
DrawStatus
(
ClientCard
*
pcard
);
void
DrawPendScale
(
ClientCard
*
pcard
);
void
DrawStackIndicator
(
const
wchar_t
*
text
,
S3DVertex
*
v
,
bool
opponent
);
void
ConvertCoords
(
float
x
,
float
y
,
int
*
x1
,
int
*
y1
);
void
DrawGUI
();
void
DrawGUI
();
void
DrawSpec
();
void
DrawSpec
();
void
DrawBackImage
(
irr
::
video
::
ITexture
*
texture
);
void
DrawBackImage
(
irr
::
video
::
ITexture
*
texture
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment