Skip to content

id01/timeskew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeshift

A program that changes (sometimes) how a program percieves time.

Installation

Install:

(GUI)  
make build  
sudo make install  
  
(no GUI)
make nogui  
sudo make install

Uninstall:

sudo make uninstall

Project

Credit for original project goes to vi.
This includes override.c and some of makefile
Original project can be found here, under the MIT license.
Modifications made by id01.
Gtkmm library used from here, under GNU LGPL.
This project is distributed under the GNU GPLv3.

Improvements

created editor.cpp
GTK GUI! Requires gtkmm to build. Edit makefile if you are not using gtkmm-3.0.
created main.cpp
Usage: timeskew [mode] [args] [command]
created editor.c
Executed on when compiled with nogui, instead of the GTK editor.
rewritten Makefile
See above for instructions.
modified override.c
Enabled float, moved file to /tmp/.timeskew.

About

Override time reporting in Linux processes (accelerate/slowdown games)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.2%
  • C 41.4%
  • Makefile 6.4%