Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wolf3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
wolf3d
Commits
585c01d7
Commit
585c01d7
authored
May 20, 2000
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
few things
parent
e80ce60d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
TODO
src/TODO
+6
-0
misc.c
src/misc.c
+1
-0
No files found.
src/TODO
View file @
585c01d7
...
...
@@ -91,3 +91,9 @@ at a time
cleanups for c++
either that or use extern "C" { ... } in the header files
* change wl_scale to use mac wolf3d's version of scaling
* check in wolftools and add mac wolftools (currently the res dumping stuff)
Things to try:
* Any speed gain with comparing values in screen before writing?
* Convert to a 320x200xWhatever screen first then draw all at once
* Create a native palette format instead of doing conversions each frame
src/misc.c
View file @
585c01d7
...
...
@@ -47,6 +47,7 @@ unsigned long get_TimeCount()
secs
--
;
}
tc
=
tc0
+
secs
*
70
+
usecs
*
70
/
1000000
;
return
tc
;
}
...
...
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