2021-04-02 23:31:54 +08:00
|
|
|
# Difficult Rocket Update Logs
|
|
|
|
|
2021-10-27 00:14:05 +08:00
|
|
|
## Readme First!
|
2021-09-22 06:21:48 +08:00
|
|
|
##### most badge can be clicked and jump
|
2021-09-02 22:47:10 +08:00
|
|
|
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
|
2021-10-25 22:08:00 +08:00
|
|
|
![Generic badge](https://img.shields.io/badge/Version-0.6.0-yellow.svg)
|
2021-09-05 00:50:05 +08:00
|
|
|
|
2021-09-02 22:47:10 +08:00
|
|
|
- [![Readme-github](https://img.shields.io/badge/Readme-Github-blue.svg?style=flat-square&logo=Github)](https://github.com/shenjackyuanjie/Difficult-Rocket)
|
|
|
|
- [![Readme-gitee](https://img.shields.io/badge/Readme-Gitee-blue.svg?style=flat-square&logo=Gitee)](https://gitee.com/shenjackyuanjie/Difficult-Rocket)
|
2021-09-05 00:50:05 +08:00
|
|
|
- [![Readme-gitee](https://img.shields.io/badge/Readme-中文(点我!)-blue.svg?style=flat-square)](README-cn.md)
|
2021-07-08 20:42:22 +08:00
|
|
|
- Using [SemVer 2.0.0](https://semver.org/) to manage version
|
|
|
|
|
2021-10-28 06:43:35 +08:00
|
|
|
## 202111 V 0.6.1
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- now command will fade away but not suddenly disappear
|
|
|
|
|
2021-11-06 14:13:42 +08:00
|
|
|
### Add
|
|
|
|
|
|
|
|
- `gui/widgets.py` InputBox
|
|
|
|
- making
|
|
|
|
|
2021-10-25 22:08:00 +08:00
|
|
|
## 20211025 V 0.6.0
|
|
|
|
|
|
|
|
#### Command Line Update!
|
2021-10-01 23:12:01 +08:00
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- now `Difficult Rocket` will only fit python3.8+
|
|
|
|
- because `:=`
|
|
|
|
- now main crash report handler have new way to handler crash
|
2021-10-25 22:08:00 +08:00
|
|
|
- now fonts' folder's name is `HarmonyOS_Sans`
|
2021-10-01 23:12:01 +08:00
|
|
|
|
|
|
|
### Add
|
|
|
|
|
|
|
|
- `Difficult_Rocket.graphics.widgets.Parts`
|
|
|
|
- have many costume value
|
2021-10-06 18:36:10 +08:00
|
|
|
- `libs/fonts` now have `HarmonyOS_Sans` font
|
2021-10-02 20:40:06 +08:00
|
|
|
- handler of `on_key_press` and `on_key_release` and `on_text`
|
|
|
|
- `game.config` config file
|
|
|
|
- `lang/en-us.json5` now up to date with `lang/zh-CN.json5`
|
2021-10-04 20:41:41 +08:00
|
|
|
- `translate/Lang.翻译` same as `Lang.lang`
|
2021-10-04 20:42:45 +08:00
|
|
|
- `command/CommandLine` to render command line
|
2021-10-23 17:01:59 +08:00
|
|
|
- `@new_thread` now can option if log this thread to `crash` or not
|
2021-10-25 22:08:00 +08:00
|
|
|
- `start.cmd` witch could debug easier
|
2021-10-01 23:12:01 +08:00
|
|
|
|
2021-10-10 16:51:53 +08:00
|
|
|
### Translate
|
|
|
|
|
|
|
|
- Add
|
|
|
|
- `window`
|
|
|
|
- `message.text`
|
|
|
|
- `command.text`
|
|
|
|
- `text.motion`
|
|
|
|
- `text.motion_select`
|
|
|
|
- `setup.use_time_ns`
|
|
|
|
- `fonts.found`
|
2021-10-23 17:01:59 +08:00
|
|
|
- `game.input_stop`
|
|
|
|
- `game.command_stop`
|
|
|
|
- `game.window_stop`
|
|
|
|
- `game.stop_get`
|
|
|
|
- `game.stop`
|
|
|
|
- `game.end`
|
2021-10-10 16:51:53 +08:00
|
|
|
- `client`
|
|
|
|
- `setup.use_time_ns`
|
|
|
|
|
|
|
|
### Command
|
|
|
|
|
|
|
|
- now you can press `t` to call out a message window
|
|
|
|
- or press `/` to open command line
|
|
|
|
- not done
|
2021-10-25 22:08:00 +08:00
|
|
|
- ~~useless until now~~
|
|
|
|
- new command
|
|
|
|
- `/min_fps`
|
|
|
|
- get min fps in 5 second
|
|
|
|
- `/max_fps`
|
|
|
|
- get max fps in 5 second
|
|
|
|
- `/stop`
|
|
|
|
- stop the game
|
|
|
|
- `/default`
|
|
|
|
- switch window size to default size
|
2021-10-10 16:51:53 +08:00
|
|
|
|
2021-09-28 22:51:59 +08:00
|
|
|
## 20210928 V 0.5.2
|
2021-09-05 00:50:05 +08:00
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- now bin folder use the name `Difficult_Rocket`
|
|
|
|
- now test files no longer have `_test_` prefix
|
2021-09-22 06:21:48 +08:00
|
|
|
- now will always use local `pyglet`
|
|
|
|
- may change later
|
|
|
|
- fitting `pypy3.10` (well······ not success (because OpenGL, blame it))
|
2021-09-16 19:18:06 +08:00
|
|
|
- now `crash-report` have more information
|
2021-09-22 06:21:48 +08:00
|
|
|
- now when pressed, the sprite will rotate randomly
|
|
|
|
- now `pyglet.app.run()` use multiprocess
|
2021-09-23 06:34:23 +08:00
|
|
|
- now will allways use `libs/` lib when using `pyglet` or `json5`
|
2021-09-28 22:47:19 +08:00
|
|
|
- now `tools.config()` is `tools.load_file()`
|
|
|
|
- now `lang` file have `server``client` and `window`
|
2021-09-05 00:50:05 +08:00
|
|
|
|
|
|
|
### Add
|
|
|
|
|
2021-09-28 22:51:59 +08:00
|
|
|
- ~~mods support will be done in 1.0.0~~
|
2021-09-28 22:47:19 +08:00
|
|
|
- just maybe
|
2021-09-22 06:21:48 +08:00
|
|
|
- now you can use `DEBUGGING` to test or check game run stats
|
|
|
|
- when `True` it will always make a crash report
|
|
|
|
- now `Difficult_Rocket.api.translate.Lang` can be used to auto translate text in `configs/lang/xxx.json5`
|
|
|
|
- you can use `translate.tr[xxx]` to use translated info
|
|
|
|
- and use `.format` to format info's `{}`
|
|
|
|
- if translate is not found, `Lang` will try to find translate in default language translate
|
|
|
|
- (witch was `zh-CN`)
|
|
|
|
- `crash` now have more information about multiprocess
|
|
|
|
- add some unused read_input in `client`
|
2021-09-22 06:32:10 +08:00
|
|
|
- now when `logs/` is not found logger will info `logger.mkdir`
|
2021-09-22 06:21:48 +08:00
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- now version on the window will be `0.5.2`
|
|
|
|
|
|
|
|
### Delete
|
|
|
|
|
|
|
|
- now `client.Client` and `server.Server` only use `net_mode` option
|
|
|
|
- `api.new_thread` have no more extra line of testing
|
2021-09-22 06:23:08 +08:00
|
|
|
- `configs/view.json5` now removed
|
2021-09-22 06:21:48 +08:00
|
|
|
|
|
|
|
### Translate
|
|
|
|
|
|
|
|
- add `mouse.release` and `language` to en-us
|
|
|
|
- add `language` to `zh-CN`
|
2021-09-28 22:51:59 +08:00
|
|
|
- add `tr.lang(xx, xx)` that can solve error on getting item from lang file
|
|
|
|
- `tr[xxx]` can also use but won't solve error when item not found
|
|
|
|
- so best use `tr.lang(xx, xx)`
|
2021-09-05 00:50:05 +08:00
|
|
|
|
2021-09-02 22:48:10 +08:00
|
|
|
## 20210902 V 0.5.1
|
2021-09-02 22:47:10 +08:00
|
|
|
|
|
|
|
### Change
|
|
|
|
|
2021-09-02 22:48:10 +08:00
|
|
|
- crash report's format
|
|
|
|
- crash report now use multithreading!
|
2021-09-02 22:47:10 +08:00
|
|
|
- some info in `client`
|
|
|
|
- `tools/format_bool` now use more clever way to format
|
|
|
|
|
|
|
|
### Add
|
|
|
|
|
|
|
|
- `on_resize(self, width, height):` in `client`
|
|
|
|
- auto crash report in `bin/crash/create_crash_report`
|
|
|
|
- `bin/api/Exp.py` some Exception
|
|
|
|
- `bin/api/translate` to create a `translate` class that can reload language
|
|
|
|
|
2021-08-24 22:31:52 +08:00
|
|
|
## 20210823 V 0.5.0
|
2021-08-13 12:25:29 +08:00
|
|
|
|
2021-08-24 22:31:52 +08:00
|
|
|
### Change
|
|
|
|
|
2021-09-05 00:50:05 +08:00
|
|
|
- many `sys.path.append()` and
|
2021-08-24 22:31:52 +08:00
|
|
|
- `try: import xxx except: from bin import xxx` has been removed
|
|
|
|
- and now IDE won't blame you when you open the file anymore!(LOL)
|
|
|
|
- `Server` now use Dev to delivery message between thread(will be done in 0.6.0)
|
|
|
|
- test files now use `_test_*.py` for names
|
|
|
|
|
|
|
|
### Add
|
|
|
|
|
|
|
|
- `crash.py` to handle and create crash report (not done)
|
|
|
|
- `DragSprite` (maybe will add in future pyglet update PR has been published)
|
|
|
|
|
|
|
|
### Delete
|
|
|
|
|
|
|
|
- `name_hanlder` in `configs.py`
|
2021-08-13 12:25:29 +08:00
|
|
|
|
|
|
|
## 20210811 V 0.4.6
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- game window doesn't use input `(*args, **kwargs)` to setup
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- language type `zh-cn` -> `zh-CN`
|
|
|
|
- game window config now use `configs/main.config` to config
|
|
|
|
- `on_mouse_click` function's debug message now use `self.lang` to debug message (witch is multi-language)
|
|
|
|
- server client and main now use `logging.getLogger()`
|
|
|
|
|
|
|
|
### Add
|
|
|
|
|
|
|
|
- `[window_default]` in `configs/main.config`
|
|
|
|
- server and client now will output `PID` and `PPID` info as `INFO`
|
|
|
|
- `client` now change to `ClientWindow`
|
|
|
|
|
|
|
|
### Delete
|
|
|
|
|
|
|
|
- all game window render has been deleted
|
2021-09-05 00:50:05 +08:00
|
|
|
- will be rewritten in 0.5.0
|
2021-08-13 12:25:29 +08:00
|
|
|
- delete some useless code
|
|
|
|
- delete some useless file
|
|
|
|
|
|
|
|
## 20210723 V 0.4.5
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- `new_thread.py` link of stackoverflow have an extra 'find' in the middle REMOVED
|
|
|
|
|
|
|
|
### Add
|
|
|
|
|
|
|
|
- `new_thread.py` now can use @new_thread to get a threaded fun
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- `README.md` and `README-cn.md` change URL to file path
|
|
|
|
- `README.md` and `README-cn.md` some label style change
|
|
|
|
- Pre-installed `pyglet` upgrade from `1.5.16` -> `1.5.18`
|
|
|
|
- Pre-installed `json5` upgrade from `0.9.5` -> `0.9.6`
|
|
|
|
|
2021-07-08 20:42:22 +08:00
|
|
|
## 20210708 V 0.4.4
|
|
|
|
|
|
|
|
### PS
|
|
|
|
|
|
|
|
- Nice day everyone!
|
|
|
|
- I have finish my final exam on grade 8.
|
|
|
|
- Will soon reach grade 9, so update will be late very much.
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
2021-07-14 22:53:15 +08:00
|
|
|
- function `tools.config()` way of raise error change `tools.report_file_error()`
|
|
|
|
- function `tools.cb()` change name to `tools.format_bool()`
|
2021-07-08 20:42:22 +08:00
|
|
|
- config.py clear some useless import class
|
|
|
|
- changing configfile to main.config *doing
|
|
|
|
|
|
|
|
### Test change
|
|
|
|
|
2021-07-14 22:53:15 +08:00
|
|
|
- `test_config_file.py`
|
|
|
|
- `test_for_speed.py`
|
|
|
|
- `test_logging_conf.py`
|
|
|
|
- `test_speed_of_sprite.py`
|
2021-04-09 21:37:24 +08:00
|
|
|
|
2021-06-26 14:15:33 +08:00
|
|
|
## 2021/06/26 V 0.4.3
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- some name_format bug
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- doing: change render pip line ('m really doing)
|
|
|
|
- default FPS from 120 -> 60
|
|
|
|
|
|
|
|
### Add
|
|
|
|
|
|
|
|
- add performance_test folder
|
|
|
|
- add some performances test
|
2021-04-17 20:24:38 +08:00
|
|
|
|
2021-05-24 22:28:42 +08:00
|
|
|
## 2021/05/24 V 0.4.2
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- using python version 3.8.9 still report `best3.8+`(lang name)(actually is debugging)
|
|
|
|
|
2021-05-31 06:05:31 +08:00
|
|
|
### Change
|
|
|
|
|
|
|
|
- change back how configs.py/name_format work(replace str) fix some issue
|
|
|
|
- doing remake for config sys (lazy yes!)
|
|
|
|
- clear bin/pyglet (already exits in bin/lib)
|
|
|
|
|
|
|
|
### Need Do
|
|
|
|
|
|
|
|
- debug name_format
|
|
|
|
|
2021-05-24 22:28:42 +08:00
|
|
|
## 2021/04/17 V 0.4.1
|
2021-07-08 20:42:22 +08:00
|
|
|
|
|
|
|
PS:
|
2021-04-17 20:24:38 +08:00
|
|
|
|
|
|
|
- `Va.b.c`
|
|
|
|
|
|
|
|
- a : Big Version (Big rewrite times) (now at DEMO making)
|
|
|
|
- b : Middle Rewrite Times (Yes I've rewritten for 4 times)
|
|
|
|
- c : normal updates
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- solve pre-installed lib can't use
|
|
|
|
- solve pre-installed lib's bug
|
|
|
|
- some other bugs
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- plan to change config file format to .config (plan to)
|
|
|
|
- reformat all files (including libs)
|
|
|
|
|
2021-04-09 19:49:02 +08:00
|
|
|
## 2021/04/09 V 0.2.3/4
|
|
|
|
|
2021-04-17 01:14:38 +08:00
|
|
|
### Add
|
2021-04-09 19:49:02 +08:00
|
|
|
|
|
|
|
- support many things(also forget)
|
|
|
|
|
|
|
|
### Change
|
|
|
|
|
|
|
|
- `tools.name_handler()` now use `str.format` to handler str
|
|
|
|
- `DR/sys_value` folder now move to `DR/configs/sys_value`
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
|
|
|
- many `tools.name_handler()` use bug(cause crashes)
|
|
|
|
- `{date}` can be successful use in `tools.name_handler()` (if you define the format of date)
|
|
|
|
- log file's filename incorrect (should be `xxxx-xx-xx xx-xx-xx DR.log` but be `{date} DR.log`)
|
|
|
|
|
2021-04-02 23:31:54 +08:00
|
|
|
## 2021/03/27 V 0.2.2/1
|
|
|
|
|
|
|
|
### Add
|
|
|
|
|
2021-04-09 19:49:02 +08:00
|
|
|
- add local libs
|
2021-04-03 12:15:24 +08:00
|
|
|
- `pyglet 1.5.15`
|
2021-04-09 21:37:24 +08:00
|
|
|
- `json5 0.9.5`
|
2021-04-02 23:31:54 +08:00
|
|
|
|
|
|
|
PS: now I'm not sure witch lib will be import first
|
|
|
|
|
|
|
|
the local lib or the pip libs
|
|
|
|
|
|
|
|
So I'll add some other code to make sure that DR will first try to import pip libs
|
|
|
|
|
|
|
|
not the local libs (todo)
|
|
|
|
|
|
|
|
### DEBUG
|
|
|
|
|
2021-04-09 19:49:02 +08:00
|
|
|
- some bugs(I forget them)
|