Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

OSLib Modv2 PSP: Difference between revisions

From GameBrew
(change type)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
|description=A modded version of OSLib 2.10 and OSLib MOD.
|description=A modded version of OSLib 2.10 and OSLib MOD.
|author=dogo
|author=dogo
|lastupdated=2014/06/06
|lastupdated=2024/09/03
|type=Development
|type=Development
|version=1.1.3
|version=1.3.0
|license=GPL-2.0
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/psphomebrew/oslib_modv2_1.1.3.tar.gz
|download=https://dlhb.gamebrew.org/psphomebrew/oslib_modv2_1.3.0.tar.gz
|website=http://dogo.github.io/oslibmodv2/files.html
|website=http://dogo.github.io/oslibmodv2/files.html
|source=https://github.com/dogo/oslibmodv2
|source=https://github.com/dogo/oslibmodv2
Line 19: Line 19:
Copy the oslib directory (containing header files) in $PSPSDK/include/.
Copy the oslib directory (containing header files) in $PSPSDK/include/.


==User guide==
You can find the documentation in the Doc directory, or consult it online [http://dogo.github.io/oslibmodv2 here].
You can find the documentation in the Doc directory, or consult it online [http://dogo.github.io/oslibmodv2 here].


==Changelog==
==Changelog==
'''v1.3.0'''
* Improve oslWriteImageFile function for better safety and extensibility by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/20 #20]
* Improve oslLoadImageFile function for better safety and extensibility by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/21 #21]
* Refactor and improve oslLoadImageFileJPG for robustness and readability by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/22 #22]
* Refactor GIF loading code by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/24 #24]
* Code formatting and document oslDrawImageSimple by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/25 #25]
* Refactor oslGetRamStatus by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/26 #26]
* Code Improvements and Documentation Enhancements for OSLib by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/27 #27]
* Update Audio Management Documentation for OSLib by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/28 #28]
* Document Browser by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/29 #29]
* Document Dialog by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/30 #30]
* Document Emu by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/31 #31]
* Document OSK by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/32 #32]
* Document Messagebox by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/33 #33]
* Document Keys by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/34 #34]
* Document Map by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/35 #35]
* Document Net by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/36 #36]
* Document oslmath by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/37 #37]
* Document SaveLoad by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/38 #38]
* Document SFont by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/39 #39]
* Document Text by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/40 #40]
* Document usb by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/41 #41]
* Document vfpu by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/42 #42]
* Document VirtualFile by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/43 #43]
* Document vram_mgr by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/44 #44]
* Document pspadhoc by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/45 #45]
* Document ccc by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/46 #46]
* Document oslib by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/47 #47]
* Refactor <code>oslDrawImage</code> for C Compatibility and Performance by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/48 #48]
* Refactor and Improve Swizzling Functions in OSLib by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/49 #49]
* Optimized oslGetImagePixel function for better readability and performance by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/50 #50]
* Improve oslLockImage and oslUnlockImage functions for clarity and readability by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/51 #51]
* Refactor oslSetDrawBuffer function for improved readability and maintenance by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/52 #52]
* Refactor image conversion and palette search functions for clarity and efficiency by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/53 #53]
* Refactor oslDrawImageBig function for better readability and maintainability by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/54 #54]
* Refactor oslMoveImageTo function for clarity and robustness by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/55 #55]
* Refactor oslScaleImageCreate function for improved readability and efficiency by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/56 #56]
* Refactor oslSetImagePixel function for clarity and robustness by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/57 #57]
* Improve oslUnswizzleTexture and oslUnswizzleImage functions by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/58 #58]
'''Full Changelog''': [https://github.com/dogo/oslib/compare/1.2.0...1.3.0 1.2.0...1.3.0]
'''v1.2.0'''
* Remove the old local MikMod in favor of the PSPSDK version by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/14 #14]
* Update PSPSDK to v20240609 by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/15 #15]
* Improve oslLoadImageFilePNG code by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/17 #17]
* Improve text class by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/18 #18]
* Update intrafont to latest version by [https://github.com/dogo @dogo] in [https://github.com/dogo/oslib/pull/19 #19]
'''v1.1.3'''
'''v1.1.3'''
* Updated: libpng to 1.6
* Updated: libpng to 1.6

Latest revision as of 04:57, 8 September 2024

OSLib Modv2
Oslibmod2.jpg
General
Authordogo
TypeDevelopment
Version1.3.0
LicenseGPL-2.0
Last Updated2024/09/03
Links
Download
Website
Source

OldSchool Library (OSLib) MODv2 is a 2D graphics library for the PSP. It is a modded version of OSLib 2.10 and OSLib MOD.

Installation

Copy libosl.a to $PSPSDK/lib/.

Copy the oslib directory (containing header files) in $PSPSDK/include/.

You can find the documentation in the Doc directory, or consult it online here.

Changelog

v1.3.0

  • Improve oslWriteImageFile function for better safety and extensibility by @dogo in #20
  • Improve oslLoadImageFile function for better safety and extensibility by @dogo in #21
  • Refactor and improve oslLoadImageFileJPG for robustness and readability by @dogo in #22
  • Refactor GIF loading code by @dogo in #24
  • Code formatting and document oslDrawImageSimple by @dogo in #25
  • Refactor oslGetRamStatus by @dogo in #26
  • Code Improvements and Documentation Enhancements for OSLib by @dogo in #27
  • Update Audio Management Documentation for OSLib by @dogo in #28
  • Document Browser by @dogo in #29
  • Document Dialog by @dogo in #30
  • Document Emu by @dogo in #31
  • Document OSK by @dogo in #32
  • Document Messagebox by @dogo in #33
  • Document Keys by @dogo in #34
  • Document Map by @dogo in #35
  • Document Net by @dogo in #36
  • Document oslmath by @dogo in #37
  • Document SaveLoad by @dogo in #38
  • Document SFont by @dogo in #39
  • Document Text by @dogo in #40
  • Document usb by @dogo in #41
  • Document vfpu by @dogo in #42
  • Document VirtualFile by @dogo in #43
  • Document vram_mgr by @dogo in #44
  • Document pspadhoc by @dogo in #45
  • Document ccc by @dogo in #46
  • Document oslib by @dogo in #47
  • Refactor oslDrawImage for C Compatibility and Performance by @dogo in #48
  • Refactor and Improve Swizzling Functions in OSLib by @dogo in #49
  • Optimized oslGetImagePixel function for better readability and performance by @dogo in #50
  • Improve oslLockImage and oslUnlockImage functions for clarity and readability by @dogo in #51
  • Refactor oslSetDrawBuffer function for improved readability and maintenance by @dogo in #52
  • Refactor image conversion and palette search functions for clarity and efficiency by @dogo in #53
  • Refactor oslDrawImageBig function for better readability and maintainability by @dogo in #54
  • Refactor oslMoveImageTo function for clarity and robustness by @dogo in #55
  • Refactor oslScaleImageCreate function for improved readability and efficiency by @dogo in #56
  • Refactor oslSetImagePixel function for clarity and robustness by @dogo in #57
  • Improve oslUnswizzleTexture and oslUnswizzleImage functions by @dogo in #58

Full Changelog1.2.0...1.3.0 v1.2.0

  • Remove the old local MikMod in favor of the PSPSDK version by @dogo in #14
  • Update PSPSDK to v20240609 by @dogo in #15
  • Improve oslLoadImageFilePNG code by @dogo in #17
  • Improve text class by @dogo in #18
  • Update intrafont to latest version by @dogo in #19

v1.1.3

  • Updated: libpng to 1.6
  • Fixed: Make oslib build with newer PSP toolchain
  • Fixed: Multiple definitions of...

v1.1.2

  • Updated: libpng to 1.5.
  • Updated: Doxyfile to 1.8.6
  • Fixed: Doxygen warnings.

Credits

  • uppfinnarn for update libpng and makefile.
  • Strangelove for fixing many bugs.
  • STAS for tha patch fixing many bugs.
  • pspZorba for his adhoc sample.
  • MrMr[iCE] for libpspmath.
  • InsertWittyName for all the sdk's dialog samples.
  • Brunni for OSLib.
  • Sakya for OSLib MOD.
  • BenHur for intraFont.

External links

Advertising: